|
@@ -70,6 +70,8 @@
|
|
<Compile Include="AddWindows\AddHallWindow.xaml.cs">
|
|
<Compile Include="AddWindows\AddHallWindow.xaml.cs">
|
|
<DependentUpon>AddHallWindow.xaml</DependentUpon>
|
|
<DependentUpon>AddHallWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="BuyCash.cs" />
|
|
|
|
+ <Compile Include="Buyer.cs" />
|
|
<Compile Include="Connection.cs" />
|
|
<Compile Include="Connection.cs" />
|
|
<Compile Include="ElementsWindows\BuyingATicket.xaml.cs">
|
|
<Compile Include="ElementsWindows\BuyingATicket.xaml.cs">
|
|
<DependentUpon>BuyingATicket.xaml</DependentUpon>
|
|
<DependentUpon>BuyingATicket.xaml</DependentUpon>
|
|
@@ -77,6 +79,12 @@
|
|
<Compile Include="ElementsWindows\FilmWindow.xaml.cs">
|
|
<Compile Include="ElementsWindows\FilmWindow.xaml.cs">
|
|
<DependentUpon>FilmWindow.xaml</DependentUpon>
|
|
<DependentUpon>FilmWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="ElementsWindows\PaymentMethod.xaml.cs">
|
|
|
|
+ <DependentUpon>PaymentMethod.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="ElementsWindows\PaymentWindow.xaml.cs">
|
|
|
|
+ <DependentUpon>PaymentWindow.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Films.cs">
|
|
<Compile Include="Films.cs">
|
|
<DependentUpon>KinomaksDB.tt</DependentUpon>
|
|
<DependentUpon>KinomaksDB.tt</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -89,6 +97,7 @@
|
|
<Compile Include="HallTimetable.cs">
|
|
<Compile Include="HallTimetable.cs">
|
|
<DependentUpon>KinomaksDB.tt</DependentUpon>
|
|
<DependentUpon>KinomaksDB.tt</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="IBuy.cs" />
|
|
<Compile Include="KinomaksDB.Context.cs">
|
|
<Compile Include="KinomaksDB.Context.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DesignTime>True</DesignTime>
|
|
@@ -149,6 +158,14 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="ElementsWindows\PaymentMethod.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="ElementsWindows\PaymentWindow.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="ErrorWindow.xaml">
|
|
<Page Include="ErrorWindow.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -225,10 +242,13 @@
|
|
<None Include="App.config" />
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
<Content Include="KinomaksDB.Context.tt">
|
|
<Content Include="KinomaksDB.Context.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
- <LastGenOutput>KinomaksDB.Context.cs</LastGenOutput>
|
|
|
|
<DependentUpon>KinomaksDB.edmx</DependentUpon>
|
|
<DependentUpon>KinomaksDB.edmx</DependentUpon>
|
|
|
|
+ <LastGenOutput>KinomaksDB.Context.cs</LastGenOutput>
|
|
</Content>
|
|
</Content>
|
|
<Content Include="KinomaksDB.tt">
|
|
<Content Include="KinomaksDB.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
@@ -236,9 +256,5 @@
|
|
<LastGenOutput>KinomaksDB.cs</LastGenOutput>
|
|
<LastGenOutput>KinomaksDB.cs</LastGenOutput>
|
|
</Content>
|
|
</Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
- <ItemGroup>
|
|
|
|
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|
|
</Project>
|