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