프로젝트

일반

사용자정보

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

markus / License / License.csproj @ ef7ba61f

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

1
<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
    <IISExpressSSLPort>44393</IISExpressSSLPort>
20
    <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
21
    <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
22
    <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
23
    <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
    <None Include="Log.config">
66
      <SubType>Designer</SubType>
67
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
68
    </None>
69
    <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
    <Compile Include="..\KCOM_API\ServiceRedirector.cs">
79
      <Link>ServiceRedirector.cs</Link>
80
    </Compile>
81
    <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
    <ProjectReference Include="..\license.iValidator\licenseInterface.csproj">
99
      <Project>{22ceb718-f446-4847-869f-974d34cdc33f}</Project>
100
      <Name>licenseInterface</Name>
101
    </ProjectReference>
102
  </ItemGroup>
103
  <ItemGroup>
104
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
105
    <None Include="Web.Debug.config">
106
      <DependentUpon>Web.config</DependentUpon>
107
    </None>
108
    <None Include="Web.Release.config">
109
      <DependentUpon>Web.config</DependentUpon>
110
    </None>
111
  </ItemGroup>
112
  <ItemGroup>
113
    <EmbeddedResource Include="Properties\Resources.resx">
114
      <Generator>ResXFileCodeGenerator</Generator>
115
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
116
    </EmbeddedResource>
117
  </ItemGroup>
118
  <ItemGroup>
119
    <PackageReference Include="log4net">
120
      <Version>2.0.9</Version>
121
    </PackageReference>
122
  </ItemGroup>
123
  <PropertyGroup>
124
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
125
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
126
  </PropertyGroup>
127
  <PropertyGroup>
128
    <SignAssembly>false</SignAssembly>
129
  </PropertyGroup>
130
  <PropertyGroup>
131
    <AssemblyOriginatorKeyFile>
132
    </AssemblyOriginatorKeyFile>
133
  </PropertyGroup>
134
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
135
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
136
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
137
  <ProjectExtensions>
138
    <VisualStudio>
139
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
140
        <WebProjectProperties>
141
          <UseIIS>True</UseIIS>
142
          <AutoAssignPort>True</AutoAssignPort>
143
          <DevelopmentServerPort>51087</DevelopmentServerPort>
144
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
145
          <IISUrl>http://localhost:44301/License</IISUrl>
146
          <NTLMAuthentication>False</NTLMAuthentication>
147
          <UseCustomServer>False</UseCustomServer>
148
          <CustomServerUrl>
149
          </CustomServerUrl>
150
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
151
        </WebProjectProperties>
152
      </FlavorProperties>
153
    </VisualStudio>
154
  </ProjectExtensions>
155
  <PropertyGroup>
156
    <PostBuildEvent>
157
if $(ConfigurationName) == Release_Default (
158
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
159
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
160
)</PostBuildEvent>
161
  </PropertyGroup>
162
  <PropertyGroup>
163
    <PreBuildEvent>$(SolutionDir)Util\keyFileToCode.exe $(ProjectDir)</PreBuildEvent>
164
  </PropertyGroup>
165
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
166
       Other similar extension points exist, see Microsoft.Common.targets.
167
  <Target Name="BeforeBuild">
168
  </Target>
169
  <Target Name="AfterBuild">
170
  </Target>
171
  -->
172
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)