-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopxRevisionAndSheetLogUpdater.rbproj
49 lines (49 loc) · 2.12 KB
/
opxRevisionAndSheetLogUpdater.rbproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectGuid>{EAEC62E4-72A8-439B-AC55-E268228AC456}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>opxRevisionAndSheetLogUpdater</RootNamespace>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<DebugInfo>True</DebugInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<Optimize>True</Optimize>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<DefineConstants>TRACE=1</DefineConstants>
<OutputPath>..\..\Addin\</OutputPath>
<AssemblyName>opxRevisionAndSheetLogUpdater</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Reference Include="IronRuby">
<HintPath>C:\Program Files\Autodesk\Revit 2014\SDA\AddIns\BackendBindings\RubyBinding\IronRuby.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="dbgp.rb" />
<Compile Include="revisionUpdater.rb" />
<Compile Include="sheetRevisionChangeUpdater.rb" />
<Compile Include="ThisApplication.rb" />
<Compile Include="updateSheetRevisions.rb" />
</ItemGroup>
<Import Project="C:\Program Files\Autodesk\Revit 2014\SDA\AddIns\BackendBindings\RubyBinding\SharpDevelop.Build.Ruby.targets" />
<Target Name="Build" />
</Project>