1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{EAF2D5CE-D817-453A-8A32-3D531570AE04}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >WinAuth</RootNamespace >
12
+ <AssemblyName >Authenticator</AssemblyName >
13
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >
15
+ </TargetFrameworkProfile >
16
+ <FileAlignment >512</FileAlignment >
17
+ <AssemblyVersion >3.2.3.6</AssemblyVersion >
18
+ </PropertyGroup >
19
+ <PropertyGroup >
20
+ <DefineConstants Condition =" $([System.Version]::Parse('$(TargetFrameworkVersion.Substring(1))').CompareTo($([System.Version]::Parse('4.5.1')))) > = 0" >$(DefineConstants);NETFX_451</DefineConstants >
21
+ <DefineConstants Condition =" $([System.Version]::Parse('$(TargetFrameworkVersion.Substring(1))').CompareTo($([System.Version]::Parse('4.5')))) > = 0" >$(DefineConstants);NETFX_45</DefineConstants >
22
+ <DefineConstants Condition =" $([System.Version]::Parse('$(TargetFrameworkVersion.Substring(1))').CompareTo($([System.Version]::Parse('4.0')))) > = 0" >$(DefineConstants);NETFX_40</DefineConstants >
23
+ <DefineConstants Condition =" $([System.Version]::Parse('$(TargetFrameworkVersion.Substring(1))').CompareTo($([System.Version]::Parse('3.5')))) > = 0" >$(DefineConstants);NETFX_35</DefineConstants >
24
+ <DefineConstants Condition =" $([System.Version]::Parse('$(TargetFrameworkVersion.Substring(1))').CompareTo($([System.Version]::Parse('3.0')))) > = 0" >$(DefineConstants);NETFX_30</DefineConstants >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugSymbols >true</DebugSymbols >
29
+ <DebugType >full</DebugType >
30
+ <Optimize >false</Optimize >
31
+ <OutputPath >..\Net3.5\x86\bin\Debug\</OutputPath >
32
+ <IntermediateOutputPath >..\Net3.5\x86\obj\Debug\</IntermediateOutputPath >
33
+ <DefineConstants >TRACE;DEBUG;NETFX_3</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ <Prefer32Bit >false</Prefer32Bit >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
39
+ <PlatformTarget >AnyCPU</PlatformTarget >
40
+ <DebugType >pdbonly</DebugType >
41
+ <Optimize >true</Optimize >
42
+ <OutputPath >..\Net3.5\x86\bin\Release\</OutputPath >
43
+ <IntermediateOutputPath >..\Net3.5\x86\obj\Release\</IntermediateOutputPath >
44
+ <DefineConstants >TRACE;NETFX_3</DefineConstants >
45
+ <ErrorReport >prompt</ErrorReport >
46
+ <WarningLevel >4</WarningLevel >
47
+ <Prefer32Bit >false</Prefer32Bit >
48
+ </PropertyGroup >
49
+ <PropertyGroup >
50
+ <StartupObject >
51
+ </StartupObject >
52
+ </PropertyGroup >
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
54
+ <DebugSymbols >true</DebugSymbols >
55
+ <OutputPath >..\Net3.5\bin\Debug\</OutputPath >
56
+ <IntermediateOutputPath >..\Net3.5\obj\Debug\</IntermediateOutputPath >
57
+ <DefineConstants >TRACE;DEBUG;NETFX_3</DefineConstants >
58
+ <DebugType >full</DebugType >
59
+ <PlatformTarget >AnyCPU</PlatformTarget >
60
+ <ErrorReport >prompt</ErrorReport >
61
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
62
+ <Prefer32Bit >false</Prefer32Bit >
63
+ </PropertyGroup >
64
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
65
+ <OutputPath >..\Net3.5\bin\Release\</OutputPath >
66
+ <IntermediateOutputPath >..\Net3.5\obj\Release\</IntermediateOutputPath >
67
+ <DefineConstants >TRACE;NETFX_3</DefineConstants >
68
+ <Optimize >true</Optimize >
69
+ <DebugType >pdbonly</DebugType >
70
+ <PlatformTarget >AnyCPU</PlatformTarget >
71
+ <ErrorReport >prompt</ErrorReport >
72
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
73
+ <Prefer32Bit >false</Prefer32Bit >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
76
+ <DebugSymbols >true</DebugSymbols >
77
+ <OutputPath >..\Net3.5\x64\bin\Debug\</OutputPath >
78
+ <IntermediateOutputPath >..\Net3.5\x64\obj\Debug\</IntermediateOutputPath >
79
+ <DefineConstants >TRACE;DEBUG;NETFX_3</DefineConstants >
80
+ <DebugType >full</DebugType >
81
+ <PlatformTarget >x64</PlatformTarget >
82
+ <ErrorReport >prompt</ErrorReport >
83
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
84
+ </PropertyGroup >
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
86
+ <OutputPath >..\Net3.5\x64\bin\Release\</OutputPath >
87
+ <IntermediateOutputPath >..\Net3.5\x64\obj\Release\</IntermediateOutputPath >
88
+ <DefineConstants >TRACE;NETFX_3</DefineConstants >
89
+ <Optimize >true</Optimize >
90
+ <DebugType >pdbonly</DebugType >
91
+ <PlatformTarget >x64</PlatformTarget >
92
+ <ErrorReport >prompt</ErrorReport >
93
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
94
+ </PropertyGroup >
95
+ <ItemGroup >
96
+ <Reference Include =" BouncyCastle.Crypto, Version=1.7.4137.9283, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL" >
97
+ <HintPath >..\Net3.5\packages\BouncyCastle.1.7.0\lib\Net20\BouncyCastle.Crypto.dll</HintPath >
98
+ <Private >True</Private >
99
+ </Reference >
100
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
101
+ <HintPath >..\Net3.5\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll</HintPath >
102
+ <Private >True</Private >
103
+ </Reference >
104
+ <Reference Include =" NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
105
+ <HintPath >..\Net3.5\packages\NLog.4.2.3\lib\net35\NLog.dll</HintPath >
106
+ <Private >True</Private >
107
+ </Reference >
108
+ <Reference Include =" System" >
109
+ <Name >System</Name >
110
+ </Reference >
111
+ <Reference Include =" System.Data" >
112
+ <Name >System.Data</Name >
113
+ </Reference >
114
+ <Reference Include =" System.Security" />
115
+ <Reference Include =" System.Web" />
116
+ <Reference Include =" System.Xml" >
117
+ <Name >System.XML</Name >
118
+ </Reference >
119
+ </ItemGroup >
120
+ <ItemGroup >
121
+ <Compile Include =" AuthenticatorException.cs" />
122
+ <Compile Include =" BattleNetAuthenticator.cs" />
123
+ <Compile Include =" Authenticator.cs" />
124
+ <Compile Include =" Base32.cs" />
125
+ <Compile Include =" OktaVerifyAuthenticator.cs" />
126
+ <Compile Include =" SteamClient.cs" />
127
+ <Compile Include =" HIDDevice.cs" />
128
+ <Compile Include =" HOTPAuthenticator.cs" />
129
+ <Compile Include =" Properties\Resources.Designer.cs" >
130
+ <AutoGen >True</AutoGen >
131
+ <DesignTime >True</DesignTime >
132
+ <DependentUpon >Resources.resx</DependentUpon >
133
+ </Compile >
134
+ <Compile Include =" SteamAuthenticator.cs" />
135
+ <Compile Include =" TrionAuthenticator.cs" />
136
+ <Compile Include =" GoogleAuthenticator.cs" />
137
+ <Compile Include =" GuildWarsAuthenticator.cs" />
138
+ <Compile Include =" MicrosoftAuthenticator.cs" />
139
+ <Compile Include =" Properties\AssemblyInfo.cs" />
140
+ <Compile Include =" YubiKey.cs" />
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <None Include =" packages.Authenticator-Net3.5.config" />
144
+ <None Include =" packages.config" />
145
+ </ItemGroup >
146
+ <ItemGroup >
147
+ <EmbeddedResource Include =" Properties\Resources.resx" >
148
+ <Generator >ResXFileCodeGenerator</Generator >
149
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
150
+ </EmbeddedResource >
151
+ </ItemGroup >
152
+ <ItemGroup />
153
+ <ItemGroup >
154
+ <EmbeddedResource Include =" Resources\WinAuth.YubiKey.x64.dll" />
155
+ <EmbeddedResource Include =" Resources\WinAuth.YubiKey.x86.dll" />
156
+ </ItemGroup >
157
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158
+ <PropertyGroup >
159
+ <PostBuildEvent >
160
+ </PostBuildEvent >
161
+ </PropertyGroup >
162
+ <PropertyGroup >
163
+ <PreBuildEvent >
164
+ </PreBuildEvent >
165
+ </PropertyGroup >
166
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167
+ Other similar extension points exist, see Microsoft.Common.targets.
168
+ <Target Name="BeforeBuild">
169
+ </Target>
170
+ <Target Name="AfterBuild">
171
+ </Target>
172
+ -->
173
+ </Project >
0 commit comments