markus / ConvertService / ServiceBase / ServiceUnitTest / ServiceUnitTest.csproj @ 53c9637d
이력 | 보기 | 이력해설 | 다운로드 (8.68 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" /> |
4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 |
<PropertyGroup> |
6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 |
<ProjectGuid>{6545946B-B453-4CFA-8126-C6BA71ACB689}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>ServiceUnitTest</RootNamespace> |
12 |
<AssemblyName>ServiceUnitTest</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion> |
17 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
18 |
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> |
19 |
<IsCodedUITest>False</IsCodedUITest> |
20 |
<TestProjectType>UnitTest</TestProjectType> |
21 |
<NuGetPackageImportStamp> |
22 |
</NuGetPackageImportStamp> |
23 |
</PropertyGroup> |
24 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
25 |
<DebugSymbols>true</DebugSymbols> |
26 |
<DebugType>full</DebugType> |
27 |
<Optimize>false</Optimize> |
28 |
<OutputPath>bin\Debug\</OutputPath> |
29 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
30 |
<ErrorReport>prompt</ErrorReport> |
31 |
<WarningLevel>4</WarningLevel> |
32 |
</PropertyGroup> |
33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
34 |
<DebugType>pdbonly</DebugType> |
35 |
<Optimize>true</Optimize> |
36 |
<OutputPath>bin\Release\</OutputPath> |
37 |
<DefineConstants>TRACE</DefineConstants> |
38 |
<ErrorReport>prompt</ErrorReport> |
39 |
<WarningLevel>4</WarningLevel> |
40 |
</PropertyGroup> |
41 |
<PropertyGroup> |
42 |
<SignAssembly>false</SignAssembly> |
43 |
</PropertyGroup> |
44 |
<PropertyGroup> |
45 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
46 |
</PropertyGroup> |
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
48 |
<DebugSymbols>true</DebugSymbols> |
49 |
<OutputPath>bin\x64\Debug\</OutputPath> |
50 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
51 |
<DebugType>full</DebugType> |
52 |
<PlatformTarget>x64</PlatformTarget> |
53 |
<ErrorReport>prompt</ErrorReport> |
54 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
55 |
</PropertyGroup> |
56 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
57 |
<OutputPath>bin\x64\Release\</OutputPath> |
58 |
<DefineConstants>TRACE</DefineConstants> |
59 |
<Optimize>true</Optimize> |
60 |
<DebugType>pdbonly</DebugType> |
61 |
<PlatformTarget>x64</PlatformTarget> |
62 |
<ErrorReport>prompt</ErrorReport> |
63 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
64 |
</PropertyGroup> |
65 |
<ItemGroup> |
66 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
67 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
68 |
</Reference> |
69 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
70 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
71 |
</Reference> |
72 |
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
73 |
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
74 |
</Reference> |
75 |
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
76 |
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
77 |
</Reference> |
78 |
<Reference Include="System" /> |
79 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
80 |
<Reference Include="System.Configuration" /> |
81 |
<Reference Include="System.Configuration.Install" /> |
82 |
<Reference Include="System.Core" /> |
83 |
<Reference Include="System.Runtime.Serialization" /> |
84 |
<Reference Include="System.ServiceModel" /> |
85 |
<Reference Include="System.ServiceProcess" /> |
86 |
<Reference Include="System.Web.Extensions" /> |
87 |
<Reference Include="System.Xml" /> |
88 |
</ItemGroup> |
89 |
<ItemGroup> |
90 |
<Compile Include="Connected Services\ConvertService\Reference.cs"> |
91 |
<AutoGen>True</AutoGen> |
92 |
<DesignTime>True</DesignTime> |
93 |
<DependentUpon>Reference.svcmap</DependentUpon> |
94 |
</Compile> |
95 |
<Compile Include="DatabaseTest.cs" /> |
96 |
<Compile Include="InstallTest.cs" /> |
97 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
98 |
</ItemGroup> |
99 |
<ItemGroup> |
100 |
<None Include="app.config" /> |
101 |
<None Include="Connected Services\ConvertService\Markus.Service.WcfService.xsd"> |
102 |
<SubType>Designer</SubType> |
103 |
</None> |
104 |
<None Include="Connected Services\ConvertService\service.wsdl" /> |
105 |
<None Include="Connected Services\ConvertService\service.xsd"> |
106 |
<SubType>Designer</SubType> |
107 |
</None> |
108 |
<None Include="Connected Services\ConvertService\service1.xsd"> |
109 |
<SubType>Designer</SubType> |
110 |
</None> |
111 |
<None Include="Connected Services\ConvertService\ServiceUnitTest.ConvertService.CompositeType.datasource"> |
112 |
<DependentUpon>Reference.svcmap</DependentUpon> |
113 |
</None> |
114 |
<None Include="packages.config" /> |
115 |
<None Include="Properties\app.manifest" /> |
116 |
</ItemGroup> |
117 |
<ItemGroup> |
118 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
119 |
<Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project> |
120 |
<Name>Markus.Service.Interface</Name> |
121 |
</ProjectReference> |
122 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
123 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
124 |
<Name>Markus.Service.DataBase</Name> |
125 |
</ProjectReference> |
126 |
<ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj"> |
127 |
<Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project> |
128 |
<Name>Markus.Service.Station</Name> |
129 |
</ProjectReference> |
130 |
</ItemGroup> |
131 |
<ItemGroup> |
132 |
<WCFMetadata Include="Connected Services\" /> |
133 |
</ItemGroup> |
134 |
<ItemGroup> |
135 |
<WCFMetadataStorage Include="Connected Services\ConvertService\" /> |
136 |
</ItemGroup> |
137 |
<ItemGroup> |
138 |
<None Include="Connected Services\ConvertService\configuration91.svcinfo" /> |
139 |
</ItemGroup> |
140 |
<ItemGroup> |
141 |
<None Include="Connected Services\ConvertService\configuration.svcinfo" /> |
142 |
</ItemGroup> |
143 |
<ItemGroup> |
144 |
<None Include="Connected Services\ConvertService\Reference.svcmap"> |
145 |
<Generator>WCF Proxy Generator</Generator> |
146 |
<LastGenOutput>Reference.cs</LastGenOutput> |
147 |
</None> |
148 |
</ItemGroup> |
149 |
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
150 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
151 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
152 |
<PropertyGroup> |
153 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
154 |
</PropertyGroup> |
155 |
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" /> |
156 |
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" /> |
157 |
</Target> |
158 |
<Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" /> |
159 |
</Project> |