|
@@ -35,6 +35,12 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</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" />
|
|
@@ -59,49 +65,64 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
</ApplicationDefinition>
|
|
|
<Compile Include="Agent.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="classes\AgentPartial.cs" />
|
|
|
<Compile Include="AgentPriorityHistory.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="AgentType.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="classes\BaseConnector.cs" />
|
|
|
+ <Compile Include="classes\PageLoader.cs" />
|
|
|
<Compile Include="Material.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="MaterialCountHistory.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="MaterialType.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Model1.Context.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
+ <DependentUpon>Model1.Context.tt</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Model1.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="ModelBase.cs">
|
|
|
+ <Compile Include="Model1.Designer.cs">
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DesignTime>True</DesignTime>
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.edmx</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="pages\AgentsList.xaml.cs">
|
|
|
+ <DependentUpon>AgentsList.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Product.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="ProductCostHistory.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="ProductMaterial.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="ProductSale.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="ProductType.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Shop.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Supplier.cs">
|
|
|
- <DependentUpon>ModelBase.tt</DependentUpon>
|
|
|
+ <DependentUpon>Model1.tt</DependentUpon>
|
|
|
</Compile>
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -115,18 +136,12 @@
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
|
+ <Page Include="pages\AgentsList.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Compile Include="ModelBase.Context.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DesignTime>True</DesignTime>
|
|
|
- <DependentUpon>ModelBase.Context.tt</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="ModelBase.Designer.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DesignTime>True</DesignTime>
|
|
|
- <DependentUpon>ModelBase.edmx</DependentUpon>
|
|
|
- </Compile>
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
@@ -144,12 +159,12 @@
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
</EmbeddedResource>
|
|
|
- <EntityDeploy Include="ModelBase.edmx">
|
|
|
+ <EntityDeploy Include="Model1.edmx">
|
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
|
|
- <LastGenOutput>ModelBase.Designer.cs</LastGenOutput>
|
|
|
+ <LastGenOutput>Model1.Designer.cs</LastGenOutput>
|
|
|
</EntityDeploy>
|
|
|
- <None Include="ModelBase.edmx.diagram">
|
|
|
- <DependentUpon>ModelBase.edmx</DependentUpon>
|
|
|
+ <None Include="Model1.edmx.diagram">
|
|
|
+ <DependentUpon>Model1.edmx</DependentUpon>
|
|
|
</None>
|
|
|
<None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
@@ -297,22 +312,22 @@
|
|
|
<Resource Include="agents\agent_99.png" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Folder Include="pages\" />
|
|
|
+ <Resource Include="images\picture.png" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Content Include="ModelBase.Context.tt">
|
|
|
+ <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="Model1.Context.tt">
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
- <LastGenOutput>ModelBase.Context.cs</LastGenOutput>
|
|
|
- <DependentUpon>ModelBase.edmx</DependentUpon>
|
|
|
+ <LastGenOutput>Model1.Context.cs</LastGenOutput>
|
|
|
+ <DependentUpon>Model1.edmx</DependentUpon>
|
|
|
</Content>
|
|
|
- <Content Include="ModelBase.tt">
|
|
|
+ <Content Include="Model1.tt">
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
- <DependentUpon>ModelBase.edmx</DependentUpon>
|
|
|
- <LastGenOutput>ModelBase.cs</LastGenOutput>
|
|
|
+ <DependentUpon>Model1.edmx</DependentUpon>
|
|
|
+ <LastGenOutput>Model1.cs</LastGenOutput>
|
|
|
</Content>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|