1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{41735CD9-3E35-47F7-9FD1-4A9950B6B131}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>StatsViewer</RootNamespace>
11    <AssemblyName>stats_viewer</AssemblyName>
12  </PropertyGroup>
13  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14    <DebugSymbols>true</DebugSymbols>
15    <DebugType>full</DebugType>
16    <Optimize>false</Optimize>
17    <OutputPath>$(SolutionDir)$(Configuration)</OutputPath>
18    <DefineConstants>DEBUG;TRACE</DefineConstants>
19    <ErrorReport>prompt</ErrorReport>
20    <WarningLevel>4</WarningLevel>
21    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24    <DebugType>pdbonly</DebugType>
25    <Optimize>true</Optimize>
26    <OutputPath>$(SolutionDir)$(Configuration)</OutputPath>
27    <DefineConstants>TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30  </PropertyGroup>
31  <ItemGroup>
32    <Reference Include="System" />
33    <Reference Include="System.Data" />
34    <Reference Include="System.Deployment" />
35    <Reference Include="System.Drawing" />
36    <Reference Include="System.Windows.Forms" />
37    <Reference Include="System.Xml" />
38  </ItemGroup>
39  <ItemGroup>
40    <Compile Include="OpenDialog.cs">
41      <SubType>Form</SubType>
42    </Compile>
43    <Compile Include="OpenDialog.Designer.cs">
44      <DependentUpon>OpenDialog.cs</DependentUpon>
45    </Compile>
46    <Compile Include="Resources.Designer.cs">
47      <AutoGen>True</AutoGen>
48      <DesignTime>True</DesignTime>
49      <DependentUpon>Resources.resx</DependentUpon>
50    </Compile>
51    <Compile Include="stats_viewer.cs">
52      <SubType>Form</SubType>
53    </Compile>
54    <Compile Include="stats_viewer.Designer.cs">
55      <DependentUpon>stats_viewer.cs</DependentUpon>
56    </Compile>
57    <Compile Include="Program.cs" />
58    <Compile Include="Properties\AssemblyInfo.cs" />
59    <EmbeddedResource Include="OpenDialog.resx">
60      <SubType>Designer</SubType>
61      <DependentUpon>OpenDialog.cs</DependentUpon>
62    </EmbeddedResource>
63    <EmbeddedResource Include="Resources.resx">
64      <SubType>Designer</SubType>
65      <Generator>ResXFileCodeGenerator</Generator>
66      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
67    </EmbeddedResource>
68    <EmbeddedResource Include="stats_viewer.resx">
69      <SubType>Designer</SubType>
70      <DependentUpon>stats_viewer.cs</DependentUpon>
71    </EmbeddedResource>
72    <EmbeddedResource Include="Properties\Resources.resx">
73      <Generator>ResXFileCodeGenerator</Generator>
74      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
75      <SubType>Designer</SubType>
76    </EmbeddedResource>
77    <Compile Include="Properties\Resources.Designer.cs">
78      <AutoGen>True</AutoGen>
79      <DependentUpon>Resources.resx</DependentUpon>
80    </Compile>
81    <None Include="Properties\Settings.settings">
82      <Generator>SettingsSingleFileGenerator</Generator>
83      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
84    </None>
85    <Compile Include="Properties\Settings.Designer.cs">
86      <AutoGen>True</AutoGen>
87      <DependentUpon>Settings.settings</DependentUpon>
88      <DesignTimeSharedInput>True</DesignTimeSharedInput>
89    </Compile>
90    <Compile Include="stats_table.cs" />
91    <Compile Include="win32.cs" />
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="Resources\kitten.png" />
95  </ItemGroup>
96  <ItemGroup>
97    <None Include="Resources\kittenbackground.png" />
98  </ItemGroup>
99  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
100  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101       Other similar extension points exist, see Microsoft.Common.targets.
102  <Target Name="BeforeBuild">
103  </Target>
104  <Target Name="AfterBuild">
105  </Target>
106  -->
107</Project>