mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-29 08:12:56 +00:00
40 lines
1.9 KiB
XML
40 lines
1.9 KiB
XML
<Project Sdk="">
|
|
<PropertyGroup>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<RootNamespace>Revit.SDK.Samples.NewHostedSweep.CS</RootNamespace>
|
|
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
|
</PropertyGroup>
|
|
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="Images\CBChecked.bmp" />
|
|
<Content Include="Images\CBIndeterminate.bmp" />
|
|
<Content Include="Images\CBUnchecked.bmp" />
|
|
<EmbeddedResource Include="Forms\MainForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\HostedSweepModifyForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>HostedSweepModifyForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\EdgeFetchForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>EdgeFetchForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.py"
|
|
if exist %25FILEFORSAMPLEREG%25 py -3 %25FILEFORSAMPLEREG%25 "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
|
</PropertyGroup>
|
|
</Project> |