프로젝트

일반

사용자정보

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

markus / License / License.csproj @ 77cdac33

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