1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <TargetFramework >net451</TargetFramework >
4
- <OutputType >Exe</OutputType >
5
- <LangVersion >12</LangVersion >
6
- <Nullable >enable</Nullable >
7
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
- <Platforms >AnyCPU;x64;x86</Platforms >
9
- </PropertyGroup >
10
- <ItemGroup >
11
- <Reference Include =" System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
12
- <SpecificVersion >False</SpecificVersion >
13
- <HintPath >..\..\..\..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath >
14
- </Reference >
15
- <Reference Include =" System.Security" />
16
- </ItemGroup >
17
- <ItemGroup >
18
- <ProjectReference Include =" ..\ApolloInterop\ApolloInterop.csproj" />
19
- <ProjectReference Include =" ..\DInvokeResolver\DInvokeResolver.csproj" />
20
- <ProjectReference Include =" ..\EncryptedFileStore\EncryptedFileStore.csproj" />
21
- <ProjectReference Include =" ..\HttpProfile\HttpProfile.csproj" />
22
- <ProjectReference Include =" ..\Injection\Injection.csproj" />
23
- <ProjectReference Include =" ..\KerberosTickets\KerberosTickets.csproj" />
24
- <ProjectReference Include =" ..\NamedPipeProfile\NamedPipeProfile.csproj" />
25
- <ProjectReference Include =" ..\PlaintextCrypto\PlaintextCryptography.csproj" />
26
- <ProjectReference Include =" ..\Process\Process.csproj" />
27
- <ProjectReference Include =" ..\PSKCrypto\PSKCryptography.csproj" />
28
- <ProjectReference Include =" ..\SimpleResolver\SimpleResolver.csproj" />
29
- <ProjectReference Include =" ..\Tasks\Tasks.csproj" />
30
- <ProjectReference Include =" ..\TcpProfile\TcpProfile.csproj" />
31
- <ProjectReference Include =" ..\WebsocketProfile\WebsocketProfile.csproj" />
32
-
33
- </ItemGroup >
34
- <ItemGroup >
35
- <PackageReference Include =" Costura.Fody" Version =" 5.7.0" PrivateAssets =" All" />
36
- <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
37
- <PackageReference Include =" PolySharp" Version =" 1.14.1" />
38
- <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
39
- </ItemGroup >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFramework >net451</TargetFramework >
4
+ <OutputType >Exe</OutputType >
5
+ <LangVersion >12</LangVersion >
6
+ <Nullable >enable</Nullable >
7
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
+ <Platforms >AnyCPU;x64;x86</Platforms >
9
+ </PropertyGroup >
10
+ <ItemGroup >
11
+ <Reference Include =" System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
12
+ <SpecificVersion >False</SpecificVersion >
13
+ <HintPath >..\..\..\..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath >
14
+ </Reference >
15
+ <Reference Include =" System.Security" />
16
+ </ItemGroup >
17
+ <ItemGroup >
18
+ <ProjectReference Include =" ..\ApolloInterop\ApolloInterop.csproj" />
19
+ <ProjectReference Include =" ..\DInvokeResolver\DInvokeResolver.csproj" />
20
+ <ProjectReference Include =" ..\EncryptedFileStore\EncryptedFileStore.csproj" />
21
+ <ProjectReference Include =" ..\HttpProfile\HttpProfile.csproj" />
22
+ <ProjectReference Include =" ..\Injection\Injection.csproj" />
23
+ <ProjectReference Include =" ..\KerberosTickets\KerberosTickets.csproj" />
24
+ <ProjectReference Include =" ..\NamedPipeProfile\NamedPipeProfile.csproj" />
25
+ <ProjectReference Include =" ..\PlaintextCrypto\PlaintextCryptography.csproj" />
26
+ <ProjectReference Include =" ..\Process\Process.csproj" />
27
+ <ProjectReference Include =" ..\PSKCrypto\PSKCryptography.csproj" />
28
+ <ProjectReference Include =" ..\SimpleResolver\SimpleResolver.csproj" />
29
+ <ProjectReference Include =" ..\Tasks\Tasks.csproj" />
30
+ <ProjectReference Include =" ..\TcpProfile\TcpProfile.csproj" />
31
+ <ProjectReference Include =" ..\WebsocketProfile\WebsocketProfile.csproj" />
32
+
33
+ </ItemGroup >
34
+ <ItemGroup >
35
+ <PackageReference Include =" Costura.Fody" Version =" 5.7.0" PrivateAssets =" All" />
36
+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
37
+ <PackageReference Include =" PolySharp" Version =" 1.14.1" />
38
+ <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
39
+ </ItemGroup >
40
40
</Project >
0 commit comments