Fix installer script
[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="UIAutomationProvider">
56       <RequiredTargetFramework>3.0</RequiredTargetFramework>
57     </Reference>
58     <Reference Include="WindowsBase">
59       <RequiredTargetFramework>3.0</RequiredTargetFramework>
60     </Reference>
61     <Reference Include="PresentationCore">
62       <RequiredTargetFramework>3.0</RequiredTargetFramework>
63     </Reference>
64     <Reference Include="PresentationFramework">
65       <RequiredTargetFramework>3.0</RequiredTargetFramework>
66     </Reference>
67   </ItemGroup>
68   <ItemGroup>
69     <ApplicationDefinition Include="App.xaml">
70       <Generator>MSBuild:Compile</Generator>
71       <SubType>Designer</SubType>
72     </ApplicationDefinition>
73     <Page Include="MainWindow.xaml">
74       <Generator>MSBuild:Compile</Generator>
75       <SubType>Designer</SubType>
76     </Page>
77     <Page Include="SnapShotItem.xaml">
78       <SubType>Designer</SubType>
79       <Generator>MSBuild:Compile</Generator>
80     </Page>
81     <Compile Include="App.xaml.cs">
82       <DependentUpon>App.xaml</DependentUpon>
83       <SubType>Code</SubType>
84     </Compile>
85     <Compile Include="MainWindow.xaml.cs">
86       <DependentUpon>MainWindow.xaml</DependentUpon>
87       <SubType>Code</SubType>
88     </Compile>
89   </ItemGroup>
90   <ItemGroup>
91     <Compile Include="Properties\AssemblyInfo.cs">
92       <SubType>Code</SubType>
93     </Compile>
94     <Compile Include="Properties\Resources.Designer.cs">
95       <AutoGen>True</AutoGen>
96       <DesignTime>True</DesignTime>
97       <DependentUpon>Resources.resx</DependentUpon>
98     </Compile>
99     <Compile Include="Properties\Settings.Designer.cs">
100       <AutoGen>True</AutoGen>
101       <DependentUpon>Settings.settings</DependentUpon>
102       <DesignTimeSharedInput>True</DesignTimeSharedInput>
103     </Compile>
104     <Compile Include="SnapShotItem.xaml.cs">
105       <DependentUpon>SnapShotItem.xaml</DependentUpon>
106     </Compile>
107     <EmbeddedResource Include="Properties\Resources.resx">
108       <Generator>ResXFileCodeGenerator</Generator>
109       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
110     </EmbeddedResource>
111     <None Include="Properties\Settings.settings">
112       <Generator>SettingsSingleFileGenerator</Generator>
113       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
114     </None>
115     <AppDesigner Include="Properties\" />
116   </ItemGroup>
117   <ItemGroup>
118     <ProjectReference Include="..\..\..\WindowsAPICodePack\Core\Core.csproj">
119       <Project>{2E1FB0DF-F9BB-4909-9F32-2D9D022A8E57}</Project>
120       <Name>Core</Name>
121     </ProjectReference>
122     <ProjectReference Include="..\..\..\WindowsAPICodePack\Shell\Shell.csproj">
123       <Project>{AA0C00CB-8699-4F37-BFAE-40CA87ACC06D}</Project>
124       <Name>Shell</Name>
125     </ProjectReference>
126   </ItemGroup>
127   <ItemGroup>
128     <Resource Include="ksnapshot.ico" />
129   </ItemGroup>
130   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
132        Other similar extension points exist, see Microsoft.Common.targets.
133   <Target Name="BeforeBuild">
134   </Target>
135   <Target Name="AfterBuild">
136   </Target>
137   -->
138 </Project>