markus / Rhino.Licensing / Rhino.Licensing.csproj @ 66bd3240
이력 | 보기 | 이력해설 | 다운로드 (5.46 KB)
1 | 42d49521 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
6 | <ProductVersion>9.0.30729</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{05EFD7EB-F0FB-4B65-8E4A-C8FF8DDC6A78}</ProjectGuid> |
||
9 | <OutputType>Library</OutputType> |
||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
11 | <RootNamespace>Rhino.Licensing</RootNamespace> |
||
12 | <AssemblyName>kcom.Licensing</AssemblyName> |
||
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
14 | <FileAlignment>512</FileAlignment> |
||
15 | <SignAssembly>false</SignAssembly> |
||
16 | <AssemblyOriginatorKeyFile>..\ayende-open-source.snk</AssemblyOriginatorKeyFile> |
||
17 | <FileUpgradeFlags> |
||
18 | </FileUpgradeFlags> |
||
19 | <OldToolsVersion>3.5</OldToolsVersion> |
||
20 | <UpgradeBackupLocation /> |
||
21 | <PublishUrl>publish\</PublishUrl> |
||
22 | <Install>true</Install> |
||
23 | <InstallFrom>Disk</InstallFrom> |
||
24 | <UpdateEnabled>false</UpdateEnabled> |
||
25 | <UpdateMode>Foreground</UpdateMode> |
||
26 | <UpdateInterval>7</UpdateInterval> |
||
27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
28 | <UpdatePeriodically>false</UpdatePeriodically> |
||
29 | <UpdateRequired>false</UpdateRequired> |
||
30 | <MapFileExtensions>true</MapFileExtensions> |
||
31 | <ApplicationRevision>0</ApplicationRevision> |
||
32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
33 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
34 | <UseApplicationTrust>false</UseApplicationTrust> |
||
35 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
36 | <TargetFrameworkProfile /> |
||
37 | </PropertyGroup> |
||
38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
39 | <DebugSymbols>true</DebugSymbols> |
||
40 | <DebugType>full</DebugType> |
||
41 | <Optimize>false</Optimize> |
||
42 | <OutputPath>bin\Debug\</OutputPath> |
||
43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
44 | <ErrorReport>prompt</ErrorReport> |
||
45 | <WarningLevel>4</WarningLevel> |
||
46 | <NoWarn>1607</NoWarn> |
||
47 | <DocumentationFile>bin\Debug\kcom.Licensing.xml</DocumentationFile> |
||
48 | <Prefer32Bit>false</Prefer32Bit> |
||
49 | </PropertyGroup> |
||
50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
51 | <DebugType>pdbonly</DebugType> |
||
52 | <Optimize>true</Optimize> |
||
53 | <OutputPath>bin\Release\</OutputPath> |
||
54 | <DefineConstants>TRACE</DefineConstants> |
||
55 | <ErrorReport>prompt</ErrorReport> |
||
56 | <WarningLevel>4</WarningLevel> |
||
57 | <Prefer32Bit>false</Prefer32Bit> |
||
58 | </PropertyGroup> |
||
59 | <ItemGroup> |
||
60 | <Reference Include="System" /> |
||
61 | <Reference Include="System.Core"> |
||
62 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
||
63 | </Reference> |
||
64 | <Reference Include="System.Security" /> |
||
65 | <Reference Include="System.ServiceModel"> |
||
66 | <RequiredTargetFramework>3.0</RequiredTargetFramework> |
||
67 | </Reference> |
||
68 | <Reference Include="System.Xml.Linq"> |
||
69 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
||
70 | </Reference> |
||
71 | <Reference Include="System.Data.DataSetExtensions"> |
||
72 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
||
73 | </Reference> |
||
74 | <Reference Include="System.Data" /> |
||
75 | <Reference Include="System.Xml" /> |
||
76 | </ItemGroup> |
||
77 | <ItemGroup> |
||
78 | <Compile Include="AbstractLicenseValidator.cs" /> |
||
79 | <Compile Include="Discovery\DiscoveryClient.cs" /> |
||
80 | <Compile Include="Discovery\DiscoveryHost.cs" /> |
||
81 | <Compile Include="FloatingLicenseNotAvailableException.cs" /> |
||
82 | <Compile Include="LicenseExpiredException.cs" /> |
||
83 | <Compile Include="InvalidationType.cs" /> |
||
84 | <Compile Include="StringLicenseValidator.cs" /> |
||
85 | <Compile Include="ILicensingService.cs" /> |
||
86 | <Compile Include="ISubscriptionLicensingService.cs" /> |
||
87 | <Compile Include="LicenseFileNotFoundException.cs" /> |
||
88 | <Compile Include="LicenseGenerator.cs" /> |
||
89 | <Compile Include="LicenseType.cs" /> |
||
90 | <Compile Include="LicenseValidator.cs" /> |
||
91 | <Compile Include="LicenseNotFoundException.cs" /> |
||
92 | <Compile Include="LicensingService.cs" /> |
||
93 | <Compile Include="$(SolutionDir)\Solution Items\SolutionInfo.cs"> |
||
94 | <Link>Properties\SolutionInfo.cs</Link> |
||
95 | </Compile> |
||
96 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
97 | <Compile Include="RhinoLicensingException.cs" /> |
||
98 | <Compile Include="SntpClient.cs" /> |
||
99 | </ItemGroup> |
||
100 | <ItemGroup> |
||
101 | <None Include="..\ayende-open-source.snk"> |
||
102 | <Link>ayende-open-source.snk</Link> |
||
103 | </None> |
||
104 | <None Include="packages.config" /> |
||
105 | <None Include="Rhino.Licensing.nuspec" /> |
||
106 | </ItemGroup> |
||
107 | <ItemGroup> |
||
108 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
||
109 | <Visible>False</Visible> |
||
110 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
||
111 | <Install>false</Install> |
||
112 | </BootstrapperPackage> |
||
113 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
114 | <Visible>False</Visible> |
||
115 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
116 | <Install>true</Install> |
||
117 | </BootstrapperPackage> |
||
118 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
||
119 | <Visible>False</Visible> |
||
120 | <ProductName>Windows Installer 3.1</ProductName> |
||
121 | <Install>true</Install> |
||
122 | </BootstrapperPackage> |
||
123 | </ItemGroup> |
||
124 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
125 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
126 | Other similar extension points exist, see Microsoft.Common.targets. |
||
127 | <Target Name="BeforeBuild"> |
||
128 | </Target> |
||
129 | <Target Name="AfterBuild"> |
||
130 | </Target> |
||
131 | --> |
||
132 | </Project> |