|
@@ -103,6 +103,9 @@
|
|
|
<Compile Include="Map.cs">
|
|
|
<DependentUpon>DataBase.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Map.xaml.cs">
|
|
|
+ <DependentUpon>Map.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="ObjectInPlace.cs">
|
|
|
<DependentUpon>DataBase.tt</DependentUpon>
|
|
|
</Compile>
|
|
@@ -163,6 +166,10 @@
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
|
+ <Page Include="Map.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<EntityDeploy Include="DataBase.edmx">
|
|
@@ -178,11 +185,11 @@
|
|
|
<None Include="App.config" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Resource Include="HistoryThePark\porfiry_krylov_1900-10-2.jpg" />
|
|
|
- <Resource Include="AboutThePark\fofqug0yyom.jpg" />
|
|
|
- <Resource Include="AboutThePark\vdy1jcjdndq.jpg" />
|
|
|
- <Resource Include="AboutThePark\bi22qjdmnmo.jpg" />
|
|
|
- <Resource Include="AboutThePark\aenlkziatka.jpg" />
|
|
|
+ <Resource Include="porfiry_krylov_1900-10-2.jpg" />
|
|
|
+ <Resource Include="fofqug0yyom.jpg" />
|
|
|
+ <Resource Include="vdy1jcjdndq.jpg" />
|
|
|
+ <Resource Include="bi22qjdmnmo.jpg" />
|
|
|
+ <Resource Include="aenlkziatka.jpg" />
|
|
|
<Content Include="DataBase.Context.tt">
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
<LastGenOutput>DataBase.Context.cs</LastGenOutput>
|
|
@@ -199,6 +206,8 @@
|
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Folder Include="AboutThePark\" />
|
|
|
+ <Folder Include="HistoryThePark\" />
|
|
|
<Folder Include="Properties\" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|