EMIS.TestProject.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{291787F5-C432-4222-AADF-D2A94C639836}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.TestProject</RootNamespace>
  12. <AssemblyName>EMIS.TestProject</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  27. <PlatformTarget>x86</PlatformTarget>
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Debug\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  37. <PlatformTarget>x86</PlatformTarget>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Bowin.Common">
  51. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  52. </Reference>
  53. <Reference Include="EntityFramework">
  54. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EntityFramework.SqlServer">
  57. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Form1.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Form1.Designer.cs">
  75. <DependentUpon>Form1.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Program.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <EmbeddedResource Include="Form1.resx">
  80. <DependentUpon>Form1.cs</DependentUpon>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="Properties\Resources.resx">
  83. <Generator>ResXFileCodeGenerator</Generator>
  84. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  85. <SubType>Designer</SubType>
  86. </EmbeddedResource>
  87. <Compile Include="Properties\Resources.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Resources.resx</DependentUpon>
  90. <DesignTime>True</DesignTime>
  91. </Compile>
  92. <None Include="app.config" />
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  105. <Project>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</Project>
  106. <Name>EMIS.DataLogic</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  109. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  110. <Name>EMIS.Entities</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  113. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  114. <Name>EMIS.Utility</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  117. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  118. <Name>EMIS.ViewModel</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  121. <Project>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</Project>
  122. <Name>EMIS.CommonLogic</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  125. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  126. <Name>EMIS.ICommonLogic</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. </Project>