|
@@ -13,7 +13,7 @@
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
- <Deterministic>true</Deterministic>
|
|
|
|
|
|
+ <Deterministic>false</Deterministic>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -57,20 +57,13 @@
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <ApplicationDefinition Include="App.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
- </ApplicationDefinition>
|
|
|
|
|
|
+ <Compile Include="App.cs" />
|
|
<Compile Include="Controls\WindowBase.cs" />
|
|
<Compile Include="Controls\WindowBase.cs" />
|
|
<Compile Include="RevitManager.cs" />
|
|
<Compile Include="RevitManager.cs" />
|
|
<Page Include="MainWindow.xaml">
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
- <Compile Include="App.xaml.cs">
|
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
|
- <SubType>Code</SubType>
|
|
|
|
- </Compile>
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
<SubType>Code</SubType>
|