localpsmplus/LocalPSM+/LocalPSM+.csproj

152 lines
6.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{95A59C38-8F1B-4689-8FEC-976ACF0A4829}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>LocalPSM_</RootNamespace>
<AssemblyName>LocalPSM+</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>PSM.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PSMKeyGen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PSMKeyGen.Designer.cs">
<DependentUpon>PSMKeyGen.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="PSMKeyGen.resx">
<DependentUpon>PSMKeyGen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="Resources\psmdev-private.p12" />
<None Include="Resources\psmdev-seed.seed" />
<None Include="Resources\psmdev.krng" />
<None Include="Resources\psm_activever.dat" />
<None Include="Resources\psm_Code" />
<None Include="Resources\psm_kconsole_dat.dat" />
<None Include="Resources\psm_protected_kconsole_cache.dat" />
<None Include="Resources\psm_target_kdbg_list.dat" />
<None Include="Resources\psm_vseed.dat" />
<None Include="Resources\UnityDev-private.p12" />
<None Include="Resources\UnityDev-seed.seed" />
<None Include="Resources\UnityDev.krng" />
<None Include="Resources\unity_Code" />
<None Include="Resources\unity_kconsole_dat.dat" />
<None Include="Resources\unity_protected_kconsole_cache.dat" />
<None Include="Resources\unity_target_kdbg_list.dat" />
<None Include="Resources\unity_vseed.dat" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\bg.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Logo.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\BGM.wav" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cygcrypto-1.0.0.dll" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cygwin1.dll" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cygz.dll" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\kconsole_sign.exe" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\reverse.exe" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\revoke_sign.exe" />
</ItemGroup>
<ItemGroup>
<Content Include="PSM.ico" />
<None Include="Resources\NSXVID_PSM_UNITY_WW_GLOBAL.xml" />
<None Include="Resources\NSXVID_PSS_VT_WW_GLOBAL.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>