프로젝트

일반

사용자정보

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

markus / License / License.csproj @ master

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

1 1305c420 taeseongkim
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>
7
    </ProductVersion>
8
    <SchemaVersion>2.0</SchemaVersion>
9
    <ProjectGuid>{BB5BCC83-A502-4919-9AB8-E8D00BB7E82F}</ProjectGuid>
10
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11
    <OutputType>Library</OutputType>
12
    <AppDesignerFolder>Properties</AppDesignerFolder>
13
    <RootNamespace>License</RootNamespace>
14
    <AssemblyName>License</AssemblyName>
15
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
16
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
17
    <UseIISExpress>true</UseIISExpress>
18
    <Use64BitIISExpress />
19 3b938959 taeseongkim
    <IISExpressSSLPort>44393</IISExpressSSLPort>
20
    <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
21
    <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
22
    <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
23 1305c420 taeseongkim
    <UseGlobalApplicationHostFile />
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26
    <DebugSymbols>true</DebugSymbols>
27
    <DebugType>full</DebugType>
28
    <Optimize>false</Optimize>
29
    <OutputPath>bin\</OutputPath>
30
    <DefineConstants>DEBUG;TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35
    <DebugType>pdbonly</DebugType>
36
    <Optimize>true</Optimize>
37
    <OutputPath>bin\</OutputPath>
38
    <DefineConstants>TRACE</DefineConstants>
39
    <ErrorReport>prompt</ErrorReport>
40
    <WarningLevel>4</WarningLevel>
41
  </PropertyGroup>
42
  <ItemGroup>
43
    <Reference Include="Microsoft.CSharp" />
44
    <Reference Include="System.Web.DynamicData" />
45
    <Reference Include="System.Web.Entity" />
46
    <Reference Include="System.Web.ApplicationServices" />
47
    <Reference Include="System" />
48
    <Reference Include="System.Configuration" />
49
    <Reference Include="System.Core" />
50
    <Reference Include="System.Data" />
51
    <Reference Include="System.Drawing" />
52
    <Reference Include="System.EnterpriseServices" />
53
    <Reference Include="System.Runtime.Serialization" />
54
    <Reference Include="System.ServiceModel" />
55
    <Reference Include="System.ServiceModel.Web" />
56
    <Reference Include="System.Web" />
57
    <Reference Include="System.Web.Extensions" />
58
    <Reference Include="System.Web.Services" />
59
    <Reference Include="System.Xml" />
60
    <Reference Include="System.Xml.Linq" />
61
  </ItemGroup>
62
  <ItemGroup>
63
    <None Include="key.xml" />
64
    <Content Include="LicenseService.svc" />
65 77cdac33 taeseongkim
    <None Include="Log.config">
66
      <SubType>Designer</SubType>
67
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
68
    </None>
69 1305c420 taeseongkim
    <None Include="obfuscar.xml">
70
      <SubType>Designer</SubType>
71
    </None>
72
    <Content Include="public.xml" />
73
    <Content Include="Web.config">
74
      <SubType>Designer</SubType>
75
    </Content>
76
  </ItemGroup>
77
  <ItemGroup>
78 cf1cc862 taeseongkim
    <Compile Include="..\KCOM_API\ServiceRedirector.cs">
79
      <Link>ServiceRedirector.cs</Link>
80
    </Compile>
81 1305c420 taeseongkim
    <Compile Include="Key2.cs" />
82
    <Compile Include="Key.cs" />
83
    <Compile Include="LicenseService.svc.cs">
84
      <DependentUpon>LicenseService.svc</DependentUpon>
85
    </Compile>
86
    <Compile Include="Properties\AssemblyInfo.cs" />
87
    <Compile Include="Properties\Resources.Designer.cs">
88
      <AutoGen>True</AutoGen>
89
      <DesignTime>True</DesignTime>
90
      <DependentUpon>Resources.resx</DependentUpon>
91
    </Compile>
92
  </ItemGroup>
93
  <ItemGroup>
94
    <ProjectReference Include="..\License.DB\License.DB.csproj">
95
      <Project>{4c1a08e9-2462-4be5-b379-216e7fb3650f}</Project>
96
      <Name>License.DB</Name>
97
    </ProjectReference>
98
  </ItemGroup>
99
  <ItemGroup>
100
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
101
    <None Include="Web.Debug.config">
102
      <DependentUpon>Web.config</DependentUpon>
103
    </None>
104
    <None Include="Web.Release.config">
105
      <DependentUpon>Web.config</DependentUpon>
106
    </None>
107
  </ItemGroup>
108
  <ItemGroup>
109
    <EmbeddedResource Include="Properties\Resources.resx">
110
      <Generator>ResXFileCodeGenerator</Generator>
111
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
112
    </EmbeddedResource>
113
  </ItemGroup>
114 77cdac33 taeseongkim
  <ItemGroup>
115
    <PackageReference Include="log4net">
116
      <Version>2.0.9</Version>
117
    </PackageReference>
118
  </ItemGroup>
119 1305c420 taeseongkim
  <PropertyGroup>
120
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
121
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
122
  </PropertyGroup>
123
  <PropertyGroup>
124
    <SignAssembly>false</SignAssembly>
125
  </PropertyGroup>
126
  <PropertyGroup>
127
    <AssemblyOriginatorKeyFile>
128
    </AssemblyOriginatorKeyFile>
129
  </PropertyGroup>
130
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
131
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
132
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
133
  <ProjectExtensions>
134
    <VisualStudio>
135
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
136
        <WebProjectProperties>
137
          <UseIIS>True</UseIIS>
138
          <AutoAssignPort>True</AutoAssignPort>
139
          <DevelopmentServerPort>51087</DevelopmentServerPort>
140
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
141
          <IISUrl>http://localhost:44301/License</IISUrl>
142
          <NTLMAuthentication>False</NTLMAuthentication>
143
          <UseCustomServer>False</UseCustomServer>
144
          <CustomServerUrl>
145
          </CustomServerUrl>
146
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
147
        </WebProjectProperties>
148
      </FlavorProperties>
149
    </VisualStudio>
150
  </ProjectExtensions>
151
  <PropertyGroup>
152
    <PostBuildEvent>
153
if $(ConfigurationName) == Release_Default (
154
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
155
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
156
)</PostBuildEvent>
157
  </PropertyGroup>
158
  <PropertyGroup>
159
    <PreBuildEvent>$(SolutionDir)Util\keyFileToCode.exe $(ProjectDir)</PreBuildEvent>
160
  </PropertyGroup>
161
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
162
       Other similar extension points exist, see Microsoft.Common.targets.
163
  <Target Name="BeforeBuild">
164
  </Target>
165
  <Target Name="AfterBuild">
166
  </Target>
167
  -->
168
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)