3de7f2b5b5dc678d10aea07ec59bab69e92fc523
[SnapShooter.git] / SnapShooter / SnapShooter.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{7383A529-A885-4528-A8CF-D27A89C2D073}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>SnapShooter</RootNamespace>
12     <AssemblyName>SnapShooter</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16     <WarningLevel>4</WarningLevel>
17     <StartupObject>SnapShooter.App</StartupObject>
18     <ApplicationIcon>ksnapshot.ico</ApplicationIcon>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="DominionOfAwesome.Transit, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
39       <SpecificVersion>False</SpecificVersion>
40       <HintPath>..\..\DominionOfAwesome\Transit\DominionOfAwesome.Transit.dll</HintPath>
41     </Reference>
42     <Reference Include="System" />
43     <Reference Include="System.Core">
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>
45     </Reference>
46     <Reference Include="System.Drawing" />
47     <Reference Include="System.Xml.Linq">
48       <RequiredTargetFramework>3.5</RequiredTargetFramework>
49     </Reference>
50     <Reference Include="System.Data.DataSetExtensions">
51       <RequiredTargetFramework>3.5</RequiredTargetFramework>
52     </Reference>
53     <Reference Include="System.Data" />
54     <Reference Include="System.Xml" />
55     <Reference Include="WindowsBase" />
56     <Reference Include="PresentationCore" />
57     <Reference Include="PresentationFramework" />
58   </ItemGroup>
59   <ItemGroup>
60     <ApplicationDefinition Include="App.xaml">
61       <Generator>MSBuild:Compile</Generator>
62       <SubType>Designer</SubType>
63     </ApplicationDefinition>
64     <Page Include="MainWindow.xaml">
65       <Generator>MSBuild:Compile</Generator>
66       <SubType>Designer</SubType>
67     </Page>
68     <Compile Include="App.xaml.cs">
69       <DependentUpon>App.xaml</DependentUpon>
70       <SubType>Code</SubType>
71     </Compile>
72     <Compile Include="MainWindow.xaml.cs">
73       <DependentUpon>MainWindow.xaml</DependentUpon>
74       <SubType>Code</SubType>
75     </Compile>
76   </ItemGroup>
77   <ItemGroup>
78     <Compile Include="Properties\AssemblyInfo.cs">
79       <SubType>Code</SubType>
80     </Compile>
81     <Compile Include="Properties\Resources.Designer.cs">
82       <AutoGen>True</AutoGen>
83       <DesignTime>True</DesignTime>
84       <DependentUpon>Resources.resx</DependentUpon>
85     </Compile>
86     <Compile Include="Properties\Settings.Designer.cs">
87       <AutoGen>True</AutoGen>
88       <DependentUpon>Settings.settings</DependentUpon>
89       <DesignTimeSharedInput>True</DesignTimeSharedInput>
90     </Compile>
91     <EmbeddedResource Include="Properties\Resources.resx">
92       <Generator>ResXFileCodeGenerator</Generator>
93       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
94     </EmbeddedResource>
95     <None Include="Properties\Settings.settings">
96       <Generator>SettingsSingleFileGenerator</Generator>
97       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
98     </None>
99     <AppDesigner Include="Properties\" />
100   </ItemGroup>
101   <ItemGroup>
102     <ProjectReference Include="..\..\..\WindowsAPICodePack\Core\Core.csproj">
103       <Project>{2E1FB0DF-F9BB-4909-9F32-2D9D022A8E57}</Project>
104       <Name>Core</Name>
105     </ProjectReference>
106     <ProjectReference Include="..\..\..\WindowsAPICodePack\Shell\Shell.csproj">
107       <Project>{AA0C00CB-8699-4F37-BFAE-40CA87ACC06D}</Project>
108       <Name>Shell</Name>
109     </ProjectReference>
110   </ItemGroup>
111   <ItemGroup>
112     <Resource Include="ksnapshot.ico" />
113   </ItemGroup>
114   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
116        Other similar extension points exist, see Microsoft.Common.targets.
117   <Target Name="BeforeBuild">
118   </Target>
119   <Target Name="AfterBuild">
120   </Target>
121   -->
122 </Project>