1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.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
+ <ProjectGuid >{A20AA75C-4864-4E3E-B1F2-840823072550}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >JWTValidtor_Framework</RootNamespace >
10
+ <AssemblyName >JWTValidtor_Framework</AssemblyName >
11
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <WarningLevel >4</WarningLevel >
15
+ <Deterministic >true</Deterministic >
16
+ <TargetFrameworkProfile />
17
+ <PublishUrl >publish\</PublishUrl >
18
+ <Install >true</Install >
19
+ <InstallFrom >Disk</InstallFrom >
20
+ <UpdateEnabled >false</UpdateEnabled >
21
+ <UpdateMode >Foreground</UpdateMode >
22
+ <UpdateInterval >7</UpdateInterval >
23
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
24
+ <UpdatePeriodically >false</UpdatePeriodically >
25
+ <UpdateRequired >false</UpdateRequired >
26
+ <MapFileExtensions >true</MapFileExtensions >
27
+ <ApplicationRevision >0</ApplicationRevision >
28
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29
+ <IsWebBootstrapper >false</IsWebBootstrapper >
30
+ <UseApplicationTrust >false</UseApplicationTrust >
31
+ <BootstrapperEnabled >true</BootstrapperEnabled >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34
+ <PlatformTarget >AnyCPU</PlatformTarget >
35
+ <DebugSymbols >true</DebugSymbols >
36
+ <DebugType >full</DebugType >
37
+ <Optimize >false</Optimize >
38
+ <OutputPath >bin\Debug\</OutputPath >
39
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
44
+ <PlatformTarget >AnyCPU</PlatformTarget >
45
+ <DebugType >none</DebugType >
46
+ <Optimize >true</Optimize >
47
+ <OutputPath >bin\Release\</OutputPath >
48
+ <DefineConstants >TRACE</DefineConstants >
49
+ <ErrorReport >prompt</ErrorReport >
50
+ <WarningLevel >4</WarningLevel >
51
+ </PropertyGroup >
52
+ <ItemGroup >
53
+ <Reference Include =" JsonWebTokens, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\JsonWebTokens.4.0.0\lib\netstandard2.0\JsonWebTokens.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" System" />
60
+ <Reference Include =" System.Data" />
61
+ <Reference Include =" System.Xml" />
62
+ <Reference Include =" Microsoft.CSharp" />
63
+ <Reference Include =" System.Core" />
64
+ <Reference Include =" System.Xml.Linq" />
65
+ <Reference Include =" System.Data.DataSetExtensions" />
66
+ <Reference Include =" System.Net.Http" />
67
+ <Reference Include =" System.Xaml" >
68
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
69
+ </Reference >
70
+ <Reference Include =" WindowsBase" />
71
+ <Reference Include =" PresentationCore" />
72
+ <Reference Include =" PresentationFramework" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <ApplicationDefinition Include =" App.xaml" >
76
+ <Generator >MSBuild:Compile</Generator >
77
+ <SubType >Designer</SubType >
78
+ </ApplicationDefinition >
79
+ <Page Include =" MainWindow.xaml" >
80
+ <Generator >MSBuild:Compile</Generator >
81
+ <SubType >Designer</SubType >
82
+ </Page >
83
+ <Compile Include =" App.xaml.cs" >
84
+ <DependentUpon >App.xaml</DependentUpon >
85
+ <SubType >Code</SubType >
86
+ </Compile >
87
+ <Compile Include =" MainWindow.xaml.cs" >
88
+ <DependentUpon >MainWindow.xaml</DependentUpon >
89
+ <SubType >Code</SubType >
90
+ </Compile >
91
+ </ItemGroup >
92
+ <ItemGroup >
93
+ <Compile Include =" Properties\AssemblyInfo.cs" >
94
+ <SubType >Code</SubType >
95
+ </Compile >
96
+ <Compile Include =" Properties\Resources.Designer.cs" >
97
+ <AutoGen >True</AutoGen >
98
+ <DesignTime >True</DesignTime >
99
+ <DependentUpon >Resources.resx</DependentUpon >
100
+ </Compile >
101
+ <Compile Include =" Properties\Settings.Designer.cs" >
102
+ <AutoGen >True</AutoGen >
103
+ <DependentUpon >Settings.settings</DependentUpon >
104
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
105
+ </Compile >
106
+ <EmbeddedResource Include =" Properties\Resources.resx" >
107
+ <Generator >ResXFileCodeGenerator</Generator >
108
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
109
+ </EmbeddedResource >
110
+ <None Include =" packages.config" />
111
+ <None Include =" Properties\Settings.settings" >
112
+ <Generator >SettingsSingleFileGenerator</Generator >
113
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
114
+ </None >
115
+ </ItemGroup >
116
+ <ItemGroup >
117
+ <None Include =" App.config" />
118
+ </ItemGroup >
119
+ <ItemGroup >
120
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
121
+ <Visible >False</Visible >
122
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
123
+ <Install >true</Install >
124
+ </BootstrapperPackage >
125
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
126
+ <Visible >False</Visible >
127
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
128
+ <Install >false</Install >
129
+ </BootstrapperPackage >
130
+ </ItemGroup >
131
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132
+ </Project >
0 commit comments