|
@@ -196,6 +196,9 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</ApplicationDefinition>
|
|
|
+ <Compile Include="Window1.xaml.cs">
|
|
|
+ <DependentUpon>Window1.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
@@ -208,6 +211,10 @@
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
|
+ <Page Include="Window1.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|