123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{9E4365B6-1674-4177-BAE2-5216B1A71711}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>PleasantRustle</RootNamespace>
- <AssemblyName>PleasantRustle</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>PleasantRustle.App</StartupObject>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Images\Приятный шелест.ico</ApplicationIcon>
- </PropertyGroup>
- <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.ComponentModel.DataAnnotations" />
- <Reference Include="System.Data" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="Windows\Add.xaml.cs">
- <DependentUpon>Add.xaml</DependentUpon>
- </Compile>
- <Compile Include="Agent.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="AgentPriorityHistory.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="AgentType.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="Class\BaseConnect.cs" />
- <Compile Include="Material.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="MaterialCountHistory.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="MaterialType.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="Model.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="Product.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductCostHistory.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductMaterial.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductSale.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductType.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="Shop.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="Supplier.cs">
- <DependentUpon>Model.tt</DependentUpon>
- </Compile>
- <Compile Include="Windows\Update.xaml.cs">
- <DependentUpon>Update.xaml</DependentUpon>
- </Compile>
- <Page Include="Windows\Add.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="Pages\Main.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Windows\Update.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Model.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Model.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="Model.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Model.edmx</DependentUpon>
- </Compile>
- <Compile Include="Pages\Main.xaml.cs">
- <DependentUpon>Main.xaml</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="agents\Thumbs.db" />
- <EntityDeploy Include="Model.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>Model.Designer.cs</LastGenOutput>
- </EntityDeploy>
- <None Include="Model.edmx.diagram">
- <DependentUpon>Model.edmx</DependentUpon>
- </None>
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="agents\agent_1.png" />
- <Resource Include="agents\agent_10.png" />
- <Resource Include="agents\agent_100.png" />
- <Resource Include="agents\agent_101.png" />
- <Resource Include="agents\agent_102.png" />
- <Resource Include="agents\agent_103.png" />
- <Resource Include="agents\agent_104.png" />
- <Resource Include="agents\agent_105.png" />
- <Resource Include="agents\agent_106.png" />
- <Resource Include="agents\agent_107.png" />
- <Resource Include="agents\agent_108.png" />
- <Resource Include="agents\agent_109.png" />
- <Resource Include="agents\agent_11.png" />
- <Resource Include="agents\agent_110.png" />
- <Resource Include="agents\agent_111.png" />
- <Resource Include="agents\agent_112.png" />
- <Resource Include="agents\agent_113.png" />
- <Resource Include="agents\agent_114.png" />
- <Resource Include="agents\agent_115.png" />
- <Resource Include="agents\agent_116.png" />
- <Resource Include="agents\agent_117.png" />
- <Resource Include="agents\agent_118.png" />
- <Resource Include="agents\agent_119.png" />
- <Resource Include="agents\agent_12.png" />
- <Resource Include="agents\agent_120.png" />
- <Resource Include="agents\agent_121.png" />
- <Resource Include="agents\agent_122.png" />
- <Resource Include="agents\agent_123.png" />
- <Resource Include="agents\agent_124.png" />
- <Resource Include="agents\agent_125.png" />
- <Resource Include="agents\agent_126.png" />
- <Resource Include="agents\agent_127.png" />
- <Resource Include="agents\agent_128.png" />
- <Resource Include="agents\agent_129.png" />
- <Resource Include="agents\agent_13.png" />
- <Resource Include="agents\agent_130.png" />
- <Resource Include="agents\agent_14.png" />
- <Resource Include="agents\agent_15.png" />
- <Resource Include="agents\agent_16.png" />
- <Resource Include="agents\agent_17.png" />
- <Resource Include="agents\agent_18.png" />
- <Resource Include="agents\agent_19.png" />
- <Resource Include="agents\agent_2.png" />
- <Resource Include="agents\agent_20.png" />
- <Resource Include="agents\agent_21.png" />
- <Resource Include="agents\agent_22.png" />
- <Resource Include="agents\agent_23.png" />
- <Resource Include="agents\agent_24.png" />
- <Resource Include="agents\agent_25.png" />
- <Resource Include="agents\agent_26.png" />
- <Resource Include="agents\agent_27.png" />
- <Resource Include="agents\agent_28.png" />
- <Resource Include="agents\agent_29.png" />
- <Resource Include="agents\agent_3.png" />
- <Resource Include="agents\agent_30.png" />
- <Resource Include="agents\agent_31.png" />
- <Resource Include="agents\agent_32.png" />
- <Resource Include="agents\agent_33.png" />
- <Resource Include="agents\agent_34.png" />
- <Resource Include="agents\agent_35.png" />
- <Resource Include="agents\agent_36.png" />
- <Resource Include="agents\agent_37.png" />
- <Resource Include="agents\agent_38.png" />
- <Resource Include="agents\agent_39.png" />
- <Resource Include="agents\agent_4.png" />
- <Resource Include="agents\agent_40.png" />
- <Resource Include="agents\agent_41.png" />
- <Resource Include="agents\agent_42.png" />
- <Resource Include="agents\agent_43.png" />
- <Resource Include="agents\agent_44.png" />
- <Resource Include="agents\agent_45.png" />
- <Resource Include="agents\agent_46.png" />
- <Resource Include="agents\agent_47.png" />
- <Resource Include="agents\agent_48.png" />
- <Resource Include="agents\agent_49.png" />
- <Resource Include="agents\agent_5.png" />
- <Resource Include="agents\agent_50.png" />
- <Resource Include="agents\agent_51.png" />
- <Resource Include="agents\agent_52.png" />
- <Resource Include="agents\agent_53.png" />
- <Resource Include="agents\agent_54.png" />
- <Resource Include="agents\agent_55.png" />
- <Resource Include="agents\agent_56.png" />
- <Resource Include="agents\agent_57.png" />
- <Resource Include="agents\agent_58.png" />
- <Resource Include="agents\agent_59.png" />
- <Resource Include="agents\agent_6.png" />
- <Resource Include="agents\agent_60.png" />
- <Resource Include="agents\agent_61.png" />
- <Resource Include="agents\agent_62.png" />
- <Resource Include="agents\agent_63.png" />
- <Resource Include="agents\agent_64.png" />
- <Resource Include="agents\agent_65.png" />
- <Resource Include="agents\agent_66.png" />
- <Resource Include="agents\agent_67.png" />
- <Resource Include="agents\agent_68.png" />
- <Resource Include="agents\agent_69.png" />
- <Resource Include="agents\agent_7.png" />
- <Resource Include="agents\agent_70.png" />
- <Resource Include="agents\agent_71.png" />
- <Resource Include="agents\agent_72.png" />
- <Resource Include="agents\agent_73.png" />
- <Resource Include="agents\agent_74.png" />
- <Resource Include="agents\agent_75.png" />
- <Resource Include="agents\agent_76.png" />
- <Resource Include="agents\agent_77.png" />
- <Resource Include="agents\agent_78.png" />
- <Resource Include="agents\agent_79.png" />
- <Resource Include="agents\agent_8.png" />
- <Resource Include="agents\agent_80.png" />
- <Resource Include="agents\agent_81.png" />
- <Resource Include="agents\agent_82.png" />
- <Resource Include="agents\agent_83.png" />
- <Resource Include="agents\agent_84.png" />
- <Resource Include="agents\agent_85.png" />
- <Resource Include="agents\agent_86.png" />
- <Resource Include="agents\agent_87.png" />
- <Resource Include="agents\agent_88.png" />
- <Resource Include="agents\agent_89.png" />
- <Resource Include="agents\agent_9.png" />
- <Resource Include="agents\agent_90.png" />
- <Resource Include="agents\agent_91.png" />
- <Resource Include="agents\agent_92.png" />
- <Resource Include="agents\agent_93.png" />
- <Resource Include="agents\agent_94.png" />
- <Resource Include="agents\agent_95.png" />
- <Resource Include="agents\agent_96.png" />
- <Resource Include="agents\agent_97.png" />
- <Resource Include="agents\agent_98.png" />
- <Resource Include="agents\agent_99.png" />
- <Resource Include="agents\picture.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\Приятный шелест.ico" />
- <Resource Include="Images\Приятный шелест.png" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Model.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>Model.Context.cs</LastGenOutput>
- <DependentUpon>Model.edmx</DependentUpon>
- </Content>
- <Content Include="Model.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>Model.edmx</DependentUpon>
- <LastGenOutput>Model.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\WSUniversalLib.dll\WSUniversalLib.dll.csproj">
- <Project>{5a035be6-ead4-498b-9709-e091cb5f1e63}</Project>
- <Name>WSUniversalLib.dll</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|