Files
RevitSdkSamples/SDK/Samples/NewRebar/CS/NewRebar.csproj
T
2021-04-20 12:01:47 +02:00

145 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3F5F3438-EA42-4340-9DEA-1D82A80BDE94}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Revit.SDK.Samples.NewRebar.CS</RootNamespace>
<AssemblyName>NewRebar</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisRuleSet />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Forms\AddConstraintForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\AddConstraintForm.Designer.cs">
<DependentUpon>AddConstraintForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\AddParameterForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\AddParameterForm.Designer.cs">
<DependentUpon>AddParameterForm.cs</DependentUpon>
</Compile>
<Compile Include="Geom\GeometrySupport.cs" />
<Compile Include="Geom\GeomUtil.cs" />
<Compile Include="RebarCreator.cs" />
<Compile Include="RebarShapeDef\RebarShapeDefByArc.cs" />
<Compile Include="Command.cs" />
<Compile Include="Constraints\ConstraintOnArcShape.cs" />
<Compile Include="Constraints\ConstraintOnSegmentShape.cs" />
<Compile Include="Forms\NewRebarForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\NewRebarForm.Designer.cs">
<DependentUpon>NewRebarForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\NewRebarShapeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\NewRebarShapeForm.Designer.cs">
<DependentUpon>NewRebarShapeForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Constraints\ConstraintOnRebarShape.cs" />
<Compile Include="RebarShapeDef\RebarShapeDef.cs" />
<Compile Include="RebarShapeDef\RebarShapeDefBySegment.cs" />
<Compile Include="Parameters\RebarShapeParameter.cs" />
<Compile Include="Parameters\RebarShapeParameterDouble.cs" />
<Compile Include="Parameters\RebarShapeParameterFormula.cs" />
<Compile Include="TypeConverter\TypeConverterRebarShapeParameter.cs" />
<Compile Include="TypeConverter\TypeConverterSegmentId.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\AddConstraintForm.resx">
<SubType>Designer</SubType>
<DependentUpon>AddConstraintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AddParameterForm.resx">
<SubType>Designer</SubType>
<DependentUpon>AddParameterForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\NewRebarForm.resx">
<SubType>Designer</SubType>
<DependentUpon>NewRebarForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\NewRebarShapeForm.resx">
<SubType>Designer</SubType>
<DependentUpon>NewRebarShapeForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(SolutionDir)VSProps\SDKSamples.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.pl"
if exist %25FILEFORSAMPLEREG%25 perl %25FILEFORSAMPLEREG%25 $(ProjectExt) "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>
</Project>