|
@@ -35,8 +35,17 @@
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
|
+ <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data" />
|
|
|
|
+ <Reference Include="System.Runtime.Serialization" />
|
|
|
|
+ <Reference Include="System.Security" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
@@ -55,6 +64,23 @@
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
</ApplicationDefinition>
|
|
|
|
+ <Compile Include="EDM.Designer.cs">
|
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
|
+ <DependentUpon>EDM.edmx</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Pages\ProfilePage.xaml.cs">
|
|
|
|
+ <DependentUpon>ProfilePage.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Styles\Style.cs" />
|
|
|
|
+ <Page Include="ConfirmationWindow.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="ErrorWindow.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="MainWindow.xaml">
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
@@ -63,10 +89,27 @@
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="cnt.cs" />
|
|
|
|
+ <Compile Include="ConfirmationWindow.xaml.cs">
|
|
|
|
+ <DependentUpon>ConfirmationWindow.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="ErrorWindow.xaml.cs">
|
|
|
|
+ <DependentUpon>ErrorWindow.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Functions.cs" />
|
|
|
|
+ <Compile Include="ImagesManip.cs" />
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Page Include="Pages\ProfilePage.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Styles\Style.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
@@ -86,6 +129,14 @@
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</EmbeddedResource>
|
|
|
|
+ <EntityDeploy Include="EDM.edmx">
|
|
|
|
+ <Generator>EntityModelCodeGenerator</Generator>
|
|
|
|
+ <LastGenOutput>EDM.Designer.cs</LastGenOutput>
|
|
|
|
+ </EntityDeploy>
|
|
|
|
+ <None Include="EDM.edmx.diagram">
|
|
|
|
+ <DependentUpon>EDM.edmx</DependentUpon>
|
|
|
|
+ </None>
|
|
|
|
+ <None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
@@ -94,5 +145,8 @@
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Resource Include="Resources\StandartImage.png" />
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|
|
</Project>
|