프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ConvertStatationTest / ConvertStatationTest.csproj @ 30d84e1a

이력 | 보기 | 이력해설 | 다운로드 (6.7 KB)

1 731c84b8 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{2ABBBE5A-CA49-42CB-B745-0DA3776CECC5}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>ConvertStatationTest</RootNamespace>
10
    <AssemblyName>ConvertStatationTest</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
    <PublishUrl>게시\</PublishUrl>
16
    <Install>true</Install>
17
    <InstallFrom>Disk</InstallFrom>
18
    <UpdateEnabled>false</UpdateEnabled>
19
    <UpdateMode>Foreground</UpdateMode>
20
    <UpdateInterval>7</UpdateInterval>
21
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22
    <UpdatePeriodically>false</UpdatePeriodically>
23
    <UpdateRequired>false</UpdateRequired>
24
    <MapFileExtensions>true</MapFileExtensions>
25
    <ApplicationRevision>0</ApplicationRevision>
26
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27
    <IsWebBootstrapper>false</IsWebBootstrapper>
28
    <UseApplicationTrust>false</UseApplicationTrust>
29
    <BootstrapperEnabled>true</BootstrapperEnabled>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
    <PlatformTarget>x64</PlatformTarget>
33
    <DebugSymbols>true</DebugSymbols>
34
    <DebugType>full</DebugType>
35
    <Optimize>false</Optimize>
36
    <OutputPath>bin\Debug\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
  </PropertyGroup>
41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42
    <PlatformTarget>AnyCPU</PlatformTarget>
43
    <DebugType>pdbonly</DebugType>
44
    <Optimize>true</Optimize>
45
    <OutputPath>bin\Release\</OutputPath>
46
    <DefineConstants>TRACE</DefineConstants>
47
    <ErrorReport>prompt</ErrorReport>
48
    <WarningLevel>4</WarningLevel>
49
  </PropertyGroup>
50
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
51
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
52
    <DefineConstants>TRACE</DefineConstants>
53
    <Optimize>true</Optimize>
54
    <DebugType>pdbonly</DebugType>
55
    <PlatformTarget>AnyCPU</PlatformTarget>
56
    <LangVersion>7.3</LangVersion>
57
    <ErrorReport>prompt</ErrorReport>
58
    <Prefer32Bit>true</Prefer32Bit>
59
  </PropertyGroup>
60
  <ItemGroup>
61
    <Reference Include="System" />
62
    <Reference Include="System.Core" />
63
    <Reference Include="System.Runtime.Serialization" />
64
    <Reference Include="System.ServiceModel" />
65
    <Reference Include="System.Xml.Linq" />
66
    <Reference Include="System.Data.DataSetExtensions" />
67
    <Reference Include="Microsoft.CSharp" />
68
    <Reference Include="System.Data" />
69
    <Reference Include="System.Net.Http" />
70
    <Reference Include="System.Xml" />
71
  </ItemGroup>
72
  <ItemGroup>
73
    <Compile Include="Connected Services\StationService\Reference.cs">
74
      <AutoGen>True</AutoGen>
75
      <DesignTime>True</DesignTime>
76
      <DependentUpon>Reference.svcmap</DependentUpon>
77
    </Compile>
78
    <Compile Include="Program.cs" />
79
    <Compile Include="Properties\AssemblyInfo.cs" />
80
    <Compile Include="Properties\Settings.Designer.cs">
81
      <AutoGen>True</AutoGen>
82
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
83
      <DependentUpon>Settings.settings</DependentUpon>
84
    </Compile>
85
  </ItemGroup>
86
  <ItemGroup>
87
    <None Include="App.config" />
88
    <None Include="Connected Services\StationService\ConvertStatationTest.StationService.ConvertItem.datasource">
89
      <DependentUpon>Reference.svcmap</DependentUpon>
90
    </None>
91
    <None Include="Connected Services\StationService\ConvertStatationTest.StationService.Item.datasource">
92
      <DependentUpon>Reference.svcmap</DependentUpon>
93
    </None>
94
    <None Include="Connected Services\StationService\Markus.Message.xsd">
95
      <SubType>Designer</SubType>
96
    </None>
97
    <None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
98
      <SubType>Designer</SubType>
99
    </None>
100
    <None Include="Connected Services\StationService\Markus.Service.IWcfService.xsd">
101
      <SubType>Designer</SubType>
102
    </None>
103
    <None Include="Connected Services\StationService\service.wsdl" />
104
    <None Include="Connected Services\StationService\service.xsd">
105
      <SubType>Designer</SubType>
106
    </None>
107
    <None Include="Connected Services\StationService\service1.xsd">
108
      <SubType>Designer</SubType>
109
    </None>
110
    <None Include="Properties\Settings.settings">
111
      <Generator>SettingsSingleFileGenerator</Generator>
112
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
113
    </None>
114
  </ItemGroup>
115
  <ItemGroup>
116
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
117
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
118
      <Name>Markus.Service.Interface</Name>
119
    </ProjectReference>
120
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
121
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
122
      <Name>Markus.Service.DataBase.Dapper</Name>
123
    </ProjectReference>
124
  </ItemGroup>
125
  <ItemGroup>
126
    <PackageReference Include="Markus.Message">
127 2b1f30fe taeseongkim
      <Version>2.0.1</Version>
128 731c84b8 taeseongkim
    </PackageReference>
129
  </ItemGroup>
130
  <ItemGroup>
131
    <WCFMetadata Include="Connected Services\" />
132
  </ItemGroup>
133
  <ItemGroup>
134
    <WCFMetadataStorage Include="Connected Services\StationService\" />
135
  </ItemGroup>
136
  <ItemGroup>
137
    <None Include="Connected Services\StationService\configuration91.svcinfo" />
138
  </ItemGroup>
139
  <ItemGroup>
140
    <None Include="Connected Services\StationService\configuration.svcinfo" />
141
  </ItemGroup>
142
  <ItemGroup>
143
    <None Include="Connected Services\StationService\Reference.svcmap">
144
      <Generator>WCF Proxy Generator</Generator>
145
      <LastGenOutput>Reference.cs</LastGenOutput>
146
    </None>
147
  </ItemGroup>
148
  <ItemGroup>
149
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
150
      <Visible>False</Visible>
151
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
152
      <Install>true</Install>
153
    </BootstrapperPackage>
154
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
155
      <Visible>False</Visible>
156
      <ProductName>.NET Framework 3.5 SP1</ProductName>
157
      <Install>false</Install>
158
    </BootstrapperPackage>
159
  </ItemGroup>
160
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)