프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / ServiceUnitTest / ServiceUnitTest.csproj @ a537d79a

이력 | 보기 | 이력해설 | 다운로드 (8.46 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
    <WCFMetadata Include="Connected Services\" />
119
  </ItemGroup>
120
  <ItemGroup>
121
    <WCFMetadataStorage Include="Connected Services\ConvertService\" />
122
  </ItemGroup>
123
  <ItemGroup>
124
    <None Include="Connected Services\ConvertService\configuration91.svcinfo" />
125
  </ItemGroup>
126
  <ItemGroup>
127
    <None Include="Connected Services\ConvertService\configuration.svcinfo" />
128
  </ItemGroup>
129
  <ItemGroup>
130
    <None Include="Connected Services\ConvertService\Reference.svcmap">
131
      <Generator>WCF Proxy Generator</Generator>
132
      <LastGenOutput>Reference.cs</LastGenOutput>
133
    </None>
134
  </ItemGroup>
135
  <ItemGroup>
136
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
137
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
138
      <Name>Markus.Service.Interface</Name>
139
    </ProjectReference>
140
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
141
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
142
      <Name>Markus.Service.DataBase</Name>
143
    </ProjectReference>
144
  </ItemGroup>
145
  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
146
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
148
    <PropertyGroup>
149
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
150
    </PropertyGroup>
151
    <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'))" />
152
    <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'))" />
153
  </Target>
154
  <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')" />
155
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)