프로젝트

일반

사용자정보

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

markus / License / License.csproj @ 1305c420

이력 | 보기 | 이력해설 | 다운로드 (6.71 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="Key2.cs" />
78
    <Compile Include="Key.cs" />
79
    <Compile Include="LicenseService.svc.cs">
80
      <DependentUpon>LicenseService.svc</DependentUpon>
81
    </Compile>
82
    <Compile Include="Properties\AssemblyInfo.cs" />
83
    <Compile Include="Properties\Resources.Designer.cs">
84
      <AutoGen>True</AutoGen>
85
      <DesignTime>True</DesignTime>
86
      <DependentUpon>Resources.resx</DependentUpon>
87
    </Compile>
88
  </ItemGroup>
89
  <ItemGroup>
90
    <ProjectReference Include="..\License.DB\License.DB.csproj">
91
      <Project>{4c1a08e9-2462-4be5-b379-216e7fb3650f}</Project>
92
      <Name>License.DB</Name>
93
    </ProjectReference>
94
    <ProjectReference Include="..\license.iValidator\licenseInterface.csproj">
95
      <Project>{22ceb718-f446-4847-869f-974d34cdc33f}</Project>
96
      <Name>licenseInterface</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
  <PropertyGroup>
115
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
116
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
117
  </PropertyGroup>
118
  <PropertyGroup>
119
    <SignAssembly>false</SignAssembly>
120
  </PropertyGroup>
121
  <PropertyGroup>
122
    <AssemblyOriginatorKeyFile>
123
    </AssemblyOriginatorKeyFile>
124
  </PropertyGroup>
125
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
126
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
127
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
128
  <ProjectExtensions>
129
    <VisualStudio>
130
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
131
        <WebProjectProperties>
132
          <UseIIS>True</UseIIS>
133
          <AutoAssignPort>True</AutoAssignPort>
134
          <DevelopmentServerPort>51087</DevelopmentServerPort>
135
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
136
          <IISUrl>http://localhost:44301/License</IISUrl>
137
          <NTLMAuthentication>False</NTLMAuthentication>
138
          <UseCustomServer>False</UseCustomServer>
139
          <CustomServerUrl>
140
          </CustomServerUrl>
141
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
142
        </WebProjectProperties>
143
      </FlavorProperties>
144
    </VisualStudio>
145
  </ProjectExtensions>
146
  <PropertyGroup>
147
    <PostBuildEvent>
148
if $(ConfigurationName) == Release_Default (
149
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
150
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F
151
)</PostBuildEvent>
152
  </PropertyGroup>
153
  <PropertyGroup>
154
    <PreBuildEvent>$(SolutionDir)Util\keyFileToCode.exe $(ProjectDir)</PreBuildEvent>
155
  </PropertyGroup>
156
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
157
       Other similar extension points exist, see Microsoft.Common.targets.
158
  <Target Name="BeforeBuild">
159
  </Target>
160
  <Target Name="AfterBuild">
161
  </Target>
162
  -->
163
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)