Multipurpose utility for managing Games for Windows - LIVE installs and content. (Mirrored from https://github.com/InvoxiPlayGames/GfWLUtility)
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>{3DD60089-1D00-4DC7-8A88-A31CA30FBD88}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>GfWLUtility</RootNamespace>
10 <AssemblyName>GfWLUtility</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <Deterministic>true</Deterministic>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <PlatformTarget>AnyCPU</PlatformTarget>
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <PropertyGroup>
35 <ApplicationIcon>GfWLUtilityLogo.ico</ApplicationIcon>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>bin\x86\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <DebugType>full</DebugType>
42 <PlatformTarget>x86</PlatformTarget>
43 <LangVersion>7.3</LangVersion>
44 <ErrorReport>prompt</ErrorReport>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47 <OutputPath>bin\x86\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <Optimize>true</Optimize>
50 <DebugType>pdbonly</DebugType>
51 <PlatformTarget>x86</PlatformTarget>
52 <LangVersion>7.3</LangVersion>
53 <ErrorReport>prompt</ErrorReport>
54 </PropertyGroup>
55 <PropertyGroup>
56 <ApplicationManifest>app.manifest</ApplicationManifest>
57 </PropertyGroup>
58 <ItemGroup>
59 <Reference Include="System" />
60 <Reference Include="System.Core" />
61 <Reference Include="System.Security" />
62 <Reference Include="System.Xml.Linq" />
63 <Reference Include="System.Data.DataSetExtensions" />
64 <Reference Include="System.Data" />
65 <Reference Include="System.Deployment" />
66 <Reference Include="System.Drawing" />
67 <Reference Include="System.Windows.Forms" />
68 <Reference Include="System.Xml" />
69 </ItemGroup>
70 <ItemGroup>
71 <Compile Include="CabinetExtractor.cs" />
72 <Compile Include="DomainBlock.cs" />
73 <Compile Include="DownloadForm.cs">
74 <SubType>Form</SubType>
75 </Compile>
76 <Compile Include="DownloadForm.Designer.cs">
77 <DependentUpon>DownloadForm.cs</DependentUpon>
78 </Compile>
79 <Compile Include="ElevatedButton.cs">
80 <SubType>Component</SubType>
81 </Compile>
82 <Compile Include="ExportForm.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="ExportForm.Designer.cs">
86 <DependentUpon>ExportForm.cs</DependentUpon>
87 </Compile>
88 <Compile Include="ExportXMLClasses.cs" />
89 <Compile Include="FileInformation.cs" />
90 <Compile Include="GfWLRegistry.cs" />
91 <Compile Include="MainWindow.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="MainWindow.Designer.cs">
95 <DependentUpon>MainWindow.cs</DependentUpon>
96 </Compile>
97 <Compile Include="PanoramaCrypto.cs" />
98 <Compile Include="ProfileInfoExtractor.cs">
99 <SubType>Form</SubType>
100 </Compile>
101 <Compile Include="ProfileInfoExtractor.Designer.cs">
102 <DependentUpon>ProfileInfoExtractor.cs</DependentUpon>
103 </Compile>
104 <Compile Include="Program.cs" />
105 <Compile Include="Properties\AssemblyInfo.cs" />
106 <Compile Include="TitleManager.cs" />
107 <Compile Include="UserManager.cs" />
108 <Compile Include="UtilityFuncs.cs" />
109 <Compile Include="XeKeys.cs" />
110 <EmbeddedResource Include="DownloadForm.resx">
111 <DependentUpon>DownloadForm.cs</DependentUpon>
112 </EmbeddedResource>
113 <EmbeddedResource Include="ExportForm.resx">
114 <DependentUpon>ExportForm.cs</DependentUpon>
115 </EmbeddedResource>
116 <EmbeddedResource Include="MainWindow.resx">
117 <DependentUpon>MainWindow.cs</DependentUpon>
118 </EmbeddedResource>
119 <EmbeddedResource Include="ProfileInfoExtractor.resx">
120 <DependentUpon>ProfileInfoExtractor.cs</DependentUpon>
121 </EmbeddedResource>
122 <EmbeddedResource Include="Properties\Resources.resx">
123 <Generator>ResXFileCodeGenerator</Generator>
124 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
125 <SubType>Designer</SubType>
126 </EmbeddedResource>
127 <Compile Include="Properties\Resources.Designer.cs">
128 <AutoGen>True</AutoGen>
129 <DependentUpon>Resources.resx</DependentUpon>
130 <DesignTime>True</DesignTime>
131 </Compile>
132 <None Include="app.manifest" />
133 <None Include="Properties\Settings.settings">
134 <Generator>SettingsSingleFileGenerator</Generator>
135 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
136 </None>
137 <Compile Include="Properties\Settings.Designer.cs">
138 <AutoGen>True</AutoGen>
139 <DependentUpon>Settings.settings</DependentUpon>
140 <DesignTimeSharedInput>True</DesignTimeSharedInput>
141 </Compile>
142 </ItemGroup>
143 <ItemGroup>
144 <None Include="Resources\GfWLUtilityCheck.png" />
145 <None Include="Resources\WLIDUnknown.png" />
146 <None Include="Resources\WLIDOld.png" />
147 <None Include="Resources\GfWLUtilityUnknown.png" />
148 <None Include="Resources\GfWLUtilityOld.png" />
149 </ItemGroup>
150 <ItemGroup>
151 <Content Include="GfWLUtilityLogo.ico" />
152 <None Include="Resources\gfwlxekeys.dll" />
153 </ItemGroup>
154 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155</Project>