프로젝트

일반

사용자정보

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

markus / License / License.csproj @ cf1cc862

이력 | 보기 | 이력해설 | 다운로드 (6.82 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 />
20
    <IISExpressAnonymousAuthentication />
21
    <IISExpressWindowsAuthentication />
22
    <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="kcom.Licensing">
44
      <HintPath>..\lib\kcom.Licensing.dll</HintPath>
45
    </Reference>
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Web.DynamicData" />
48
    <Reference Include="System.Web.Entity" />
49
    <Reference Include="System.Web.ApplicationServices" />
50
    <Reference Include="System" />
51
    <Reference Include="System.Configuration" />
52
    <Reference Include="System.Core" />
53
    <Reference Include="System.Data" />
54
    <Reference Include="System.Drawing" />
55
    <Reference Include="System.EnterpriseServices" />
56
    <Reference Include="System.Runtime.Serialization" />
57
    <Reference Include="System.ServiceModel" />
58
    <Reference Include="System.ServiceModel.Web" />
59
    <Reference Include="System.Web" />
60
    <Reference Include="System.Web.Extensions" />
61
    <Reference Include="System.Web.Services" />
62
    <Reference Include="System.Xml" />
63
    <Reference Include="System.Xml.Linq" />
64
  </ItemGroup>
65
  <ItemGroup>
66
    <None Include="key.xml" />
67
    <Content Include="LicenseService.svc" />
68
    <None Include="obfuscar.xml">
69
      <SubType>Designer</SubType>
70
    </None>
71
    <Content Include="public.xml" />
72
    <Content Include="Web.config">
73
      <SubType>Designer</SubType>
74
    </Content>
75
  </ItemGroup>
76
  <ItemGroup>
77
    <Compile Include="..\KCOM_API\ServiceRedirector.cs">
78
      <Link>ServiceRedirector.cs</Link>
79
    </Compile>
80
    <Compile Include="Key2.cs" />
81
    <Compile Include="Key.cs" />
82
    <Compile Include="LicenseService.svc.cs">
83
      <DependentUpon>LicenseService.svc</DependentUpon>
84
    </Compile>
85
    <Compile Include="Properties\AssemblyInfo.cs" />
86
    <Compile Include="Properties\Resources.Designer.cs">
87
      <AutoGen>True</AutoGen>
88
      <DesignTime>True</DesignTime>
89
      <DependentUpon>Resources.resx</DependentUpon>
90
    </Compile>
91
  </ItemGroup>
92
  <ItemGroup>
93
    <ProjectReference Include="..\License.DB\License.DB.csproj">
94
      <Project>{4c1a08e9-2462-4be5-b379-216e7fb3650f}</Project>
95
      <Name>License.DB</Name>
96
    </ProjectReference>
97
    <ProjectReference Include="..\license.iValidator\licenseInterface.csproj">
98
      <Project>{22ceb718-f446-4847-869f-974d34cdc33f}</Project>
99
      <Name>licenseInterface</Name>
100
    </ProjectReference>
101
  </ItemGroup>
102
  <ItemGroup>
103
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
104
    <None Include="Web.Debug.config">
105
      <DependentUpon>Web.config</DependentUpon>
106
    </None>
107
    <None Include="Web.Release.config">
108
      <DependentUpon>Web.config</DependentUpon>
109
    </None>
110
  </ItemGroup>
111
  <ItemGroup>
112
    <EmbeddedResource Include="Properties\Resources.resx">
113
      <Generator>ResXFileCodeGenerator</Generator>
114
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
115
    </EmbeddedResource>
116
  </ItemGroup>
117
  <PropertyGroup>
118
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
119
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
120
  </PropertyGroup>
121
  <PropertyGroup>
122
    <SignAssembly>false</SignAssembly>
123
  </PropertyGroup>
124
  <PropertyGroup>
125
    <AssemblyOriginatorKeyFile>
126
    </AssemblyOriginatorKeyFile>
127
  </PropertyGroup>
128
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
129
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
130
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
131
  <ProjectExtensions>
132
    <VisualStudio>
133
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
134
        <WebProjectProperties>
135
          <UseIIS>True</UseIIS>
136
          <AutoAssignPort>True</AutoAssignPort>
137
          <DevelopmentServerPort>51087</DevelopmentServerPort>
138
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
139
          <IISUrl>http://localhost:44301/License</IISUrl>
140
          <NTLMAuthentication>False</NTLMAuthentication>
141
          <UseCustomServer>False</UseCustomServer>
142
          <CustomServerUrl>
143
          </CustomServerUrl>
144
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
145
        </WebProjectProperties>
146
      </FlavorProperties>
147
    </VisualStudio>
148
  </ProjectExtensions>
149
  <PropertyGroup>
150
    <PostBuildEvent>
151
if $(ConfigurationName) == Release_Default (
152
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
153
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
154
)</PostBuildEvent>
155
  </PropertyGroup>
156
  <PropertyGroup>
157
    <PreBuildEvent>$(SolutionDir)Util\keyFileToCode.exe $(ProjectDir)</PreBuildEvent>
158
  </PropertyGroup>
159
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
160
       Other similar extension points exist, see Microsoft.Common.targets.
161
  <Target Name="BeforeBuild">
162
  </Target>
163
  <Target Name="AfterBuild">
164
  </Target>
165
  -->
166
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)