1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >8.0.30703</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{FB28E724-5CC0-4E48-ABED-8E111A955399}</ProjectGuid >
9
- <ProjectTypeGuids >{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10
- <OutputType >Library</OutputType >
11
- <RootNamespace >NetLicensingDemo</RootNamespace >
12
- <AssemblyName >NetLicensingDemo</AssemblyName >
13
- <ReleaseVersion >2.0.0</ReleaseVersion >
14
- </PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
- <DebugSymbols >true</DebugSymbols >
17
- <DebugType >full</DebugType >
18
- <Optimize >false</Optimize >
19
- <OutputPath >bin</OutputPath >
20
- <DefineConstants >DEBUG;</DefineConstants >
21
- <ErrorReport >prompt</ErrorReport >
22
- <WarningLevel >4</WarningLevel >
23
- <ConsolePause >false</ConsolePause >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >full</DebugType >
27
- <Optimize >true</Optimize >
28
- <OutputPath >bin</OutputPath >
29
- <ErrorReport >prompt</ErrorReport >
30
- <WarningLevel >4</WarningLevel >
31
- <ConsolePause >false</ConsolePause >
32
- </PropertyGroup >
33
- <ItemGroup >
34
- <Reference Include =" System" />
35
- <Reference Include =" System.Web" />
36
- <Reference Include =" System.Xml" />
37
- <Reference Include =" System.Web.Services" />
38
- <Reference Include =" System.Management" />
39
- </ItemGroup >
40
- <ItemGroup >
41
- <Content Include =" Global.asax" />
42
- <Content Include =" web.config" />
43
- <Content Include =" Default.aspx" />
44
- </ItemGroup >
45
- <ItemGroup >
46
- <Compile Include =" Global.asax.cs" >
47
- <DependentUpon >Global.asax</DependentUpon >
48
- </Compile >
49
- <Compile Include =" Default.aspx.cs" >
50
- <DependentUpon >Default.aspx</DependentUpon >
51
- </Compile >
52
- <Compile Include =" Default.aspx.designer.cs" >
53
- <DependentUpon >Default.aspx</DependentUpon >
54
- </Compile >
55
- <Compile Include =" LicensingInfo.cs" />
56
- <Compile Include =" HardwareFingerprint.cs" />
57
- </ItemGroup >
58
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
59
- <Import Project =" $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
60
- <ProjectExtensions >
61
- <MonoDevelop >
62
- <Properties VerifyCodeBehindFields =" True" VerifyCodeBehindEvents =" True" >
63
- <Policies >
64
- <TextStylePolicy TabWidth =" 4" IndentWidth =" 4" RemoveTrailingWhitespace =" True" NoTabsAfterNonTabs =" False" EolMarker =" Native" FileWidth =" 80" TabsToSpaces =" True" scope =" text/x-csharp" />
65
- <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceAfterControlFlowStatementKeyword="True" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" IndentSwitchSection="False" NewLinesForBracesInProperties="False" NewLinesForBracesInAccessors="False" NewLinesForBracesInAnonymousMethods="False" NewLinesForBracesInControlBlocks="False" NewLinesForBracesInAnonymousTypes="False" NewLinesForBracesInObjectCollectionArrayInitializers="False" NewLinesForBracesInLambdaExpressionBody="False" NewLineForElse="False" NewLineForCatch="False" NewLineForFinally="False" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpacingAfterMethodDeclarationName="True" SpaceAfterMethodCallName="True" SpaceBeforeOpenSquareBracket="True" scope="text/x-csharp" />
66
- </Policies >
67
- <XspParameters Port =" 8080" Address =" 127.0.0.1" SslMode =" None" SslProtocol =" Default" KeyType =" None" CertFile =" " KeyFile =" " PasswordOptions =" None" Password =" " Verbose =" True" />
68
- </Properties >
69
- </MonoDevelop >
70
- </ProjectExtensions >
71
- <ItemGroup >
72
- <ProjectReference Include =" ..\NetLicensingClient\NetLicensingClient.csproj" >
73
- <Project >{6506D713-D1BA-4B0C-8021-9C5076E9DFE2}</Project >
74
- <Name >NetLicensingClient</Name >
75
- </ProjectReference >
76
- </ItemGroup >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProductVersion >8.0.30703</ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{FB28E724-5CC0-4E48-ABED-8E111A955399}</ProjectGuid >
10
+ <ProjectTypeGuids >{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
11
+ <OutputType >Library</OutputType >
12
+ <RootNamespace >NetLicensingDemo</RootNamespace >
13
+ <AssemblyName >NetLicensingDemo</AssemblyName >
14
+ <ReleaseVersion >2.0.0</ReleaseVersion >
15
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
16
+ <FileUpgradeFlags >
17
+ </FileUpgradeFlags >
18
+ <OldToolsVersion >4.0</OldToolsVersion >
19
+ <UpgradeBackupLocation />
20
+ <UseIISExpress >false</UseIISExpress >
21
+ <IISExpressSSLPort />
22
+ <IISExpressAnonymousAuthentication />
23
+ <IISExpressWindowsAuthentication />
24
+ <IISExpressUseClassicPipelineMode />
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27
+ <DebugSymbols >true</DebugSymbols >
28
+ <DebugType >full</DebugType >
29
+ <Optimize >false</Optimize >
30
+ <OutputPath >bin</OutputPath >
31
+ <DefineConstants >DEBUG;</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ <ConsolePause >false</ConsolePause >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37
+ <DebugType >full</DebugType >
38
+ <Optimize >true</Optimize >
39
+ <OutputPath >bin</OutputPath >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ <ConsolePause >false</ConsolePause >
43
+ </PropertyGroup >
44
+ <ItemGroup >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Web" />
47
+ <Reference Include =" System.Xml" />
48
+ <Reference Include =" System.Web.Services" />
49
+ <Reference Include =" System.Management" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <Content Include =" Global.asax" />
53
+ <Content Include =" web.config" />
54
+ <Content Include =" Default.aspx" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" Global.asax.cs" >
58
+ <DependentUpon >Global.asax</DependentUpon >
59
+ </Compile >
60
+ <Compile Include =" Default.aspx.cs" >
61
+ <DependentUpon >Default.aspx</DependentUpon >
62
+ </Compile >
63
+ <Compile Include =" Default.aspx.designer.cs" >
64
+ <DependentUpon >Default.aspx</DependentUpon >
65
+ </Compile >
66
+ <Compile Include =" LicensingInfo.cs" />
67
+ <Compile Include =" HardwareFingerprint.cs" />
68
+ </ItemGroup >
69
+ <PropertyGroup >
70
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
71
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
72
+ </PropertyGroup >
73
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
74
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
75
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
76
+ <ProjectExtensions >
77
+ <MonoDevelop >
78
+ <Properties VerifyCodeBehindFields =" True" VerifyCodeBehindEvents =" True" >
79
+ <Policies >
80
+ <TextStylePolicy TabWidth =" 4" IndentWidth =" 4" RemoveTrailingWhitespace =" True" NoTabsAfterNonTabs =" False" EolMarker =" Native" FileWidth =" 80" TabsToSpaces =" True" scope =" text/x-csharp" />
81
+ <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceAfterControlFlowStatementKeyword="True" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" IndentSwitchSection="False" NewLinesForBracesInProperties="False" NewLinesForBracesInAccessors="False" NewLinesForBracesInAnonymousMethods="False" NewLinesForBracesInControlBlocks="False" NewLinesForBracesInAnonymousTypes="False" NewLinesForBracesInObjectCollectionArrayInitializers="False" NewLinesForBracesInLambdaExpressionBody="False" NewLineForElse="False" NewLineForCatch="False" NewLineForFinally="False" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpacingAfterMethodDeclarationName="True" SpaceAfterMethodCallName="True" SpaceBeforeOpenSquareBracket="True" scope="text/x-csharp" />
82
+ </Policies >
83
+ <XspParameters Port =" 8080" Address =" 127.0.0.1" SslMode =" None" SslProtocol =" Default" KeyType =" None" CertFile =" " KeyFile =" " PasswordOptions =" None" Password =" " Verbose =" True" />
84
+ </Properties >
85
+ </MonoDevelop >
86
+ <VisualStudio >
87
+ <FlavorProperties GUID =" {349C5851-65DF-11DA-9384-00065B846F21}" >
88
+ <WebProjectProperties >
89
+ <UseIIS >False</UseIIS >
90
+ <AutoAssignPort >True</AutoAssignPort >
91
+ <DevelopmentServerPort >3894</DevelopmentServerPort >
92
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
93
+ <IISUrl >
94
+ </IISUrl >
95
+ <NTLMAuthentication >False</NTLMAuthentication >
96
+ <UseCustomServer >False</UseCustomServer >
97
+ <CustomServerUrl >
98
+ </CustomServerUrl >
99
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
100
+ </WebProjectProperties >
101
+ </FlavorProperties >
102
+ </VisualStudio >
103
+ </ProjectExtensions >
104
+ <ItemGroup >
105
+ <ProjectReference Include =" ..\NetLicensingClient\NetLicensingClient.csproj" >
106
+ <Project >{6506D713-D1BA-4B0C-8021-9C5076E9DFE2}</Project >
107
+ <Name >NetLicensingClient</Name >
108
+ </ProjectReference >
109
+ </ItemGroup >
77
110
</Project >
0 commit comments