OSDN Git Service

Avoid multiple instances
[buragesnap/BurageSnap.git] / BurageSnap / BurageSnap.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{16E7C5B7-745E-43B8-8C06-A79D76E52E08}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>BurageSnap</RootNamespace>
11     <AssemblyName>BurageSnap</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15     <WarningLevel>4</WarningLevel>
16     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <PlatformTarget>AnyCPU</PlatformTarget>
20     <DebugSymbols>true</DebugSymbols>
21     <DebugType>full</DebugType>
22     <Optimize>false</Optimize>
23     <OutputPath>bin\Debug\</OutputPath>
24     <DefineConstants>DEBUG;TRACE</DefineConstants>
25     <ErrorReport>prompt</ErrorReport>
26     <WarningLevel>4</WarningLevel>
27     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
28     <UseVSHostingProcess>false</UseVSHostingProcess>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <PlatformTarget>AnyCPU</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
39   </PropertyGroup>
40   <PropertyGroup>
41     <ApplicationIcon>app.ico</ApplicationIcon>
42   </PropertyGroup>
43   <ItemGroup>
44     <Reference Include="MahApps.Metro, Version=1.3.0.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
45       <HintPath>..\packages\MahApps.Metro.1.3.0\lib\net45\MahApps.Metro.dll</HintPath>
46       <Private>True</Private>
47     </Reference>
48     <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49       <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
50       <Private>True</Private>
51     </Reference>
52     <Reference Include="Prism, Version=6.2.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL">
53       <HintPath>..\packages\Prism.Core.6.2.0\lib\net45\Prism.dll</HintPath>
54       <Private>True</Private>
55     </Reference>
56     <Reference Include="Prism.Wpf, Version=6.2.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL">
57       <HintPath>..\packages\Prism.Wpf.6.2.0\lib\net45\Prism.Wpf.dll</HintPath>
58       <Private>True</Private>
59     </Reference>
60     <Reference Include="System" />
61     <Reference Include="System.Data" />
62     <Reference Include="System.Drawing" />
63     <Reference Include="System.Windows.Forms" />
64     <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65       <HintPath>..\packages\Prism.Wpf.6.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
66       <Private>True</Private>
67     </Reference>
68     <Reference Include="System.Xml" />
69     <Reference Include="Microsoft.CSharp" />
70     <Reference Include="System.Core" />
71     <Reference Include="System.Xml.Linq" />
72     <Reference Include="System.Data.DataSetExtensions" />
73     <Reference Include="System.Net.Http" />
74     <Reference Include="System.Xaml">
75       <RequiredTargetFramework>4.0</RequiredTargetFramework>
76     </Reference>
77     <Reference Include="WindowsBase" />
78     <Reference Include="PresentationCore" />
79     <Reference Include="PresentationFramework" />
80   </ItemGroup>
81   <ItemGroup>
82     <ApplicationDefinition Include="App.xaml">
83       <Generator>MSBuild:Compile</Generator>
84       <SubType>Designer</SubType>
85     </ApplicationDefinition>
86     <Compile Include="AnimationGifEncoder.cs" />
87     <Compile Include="Capture.cs" />
88     <Compile Include="ConfirmView.xaml.cs">
89       <DependentUpon>ConfirmView.xaml</DependentUpon>
90     </Compile>
91     <Compile Include="ConfirmViewModel.cs" />
92     <Compile Include="EnumBooleanConverter.cs" />
93     <Compile Include="GlobelHotKey.cs" />
94     <Compile Include="KeyModifier.cs" />
95     <Compile Include="MetroPopupWindowAction.cs" />
96     <Compile Include="NeuQuant.cs" />
97     <Compile Include="NotifyIconWrapper.cs" />
98     <Compile Include="OptionContent.cs" />
99     <Compile Include="OptionView.xaml.cs">
100       <DependentUpon>OptionView.xaml</DependentUpon>
101     </Compile>
102     <Compile Include="OptionViewModel.cs" />
103     <Compile Include="Recorder.cs" />
104     <Compile Include="Properties\Resources.Designer.cs">
105       <DependentUpon>Resources.resx</DependentUpon>
106       <AutoGen>True</AutoGen>
107       <DesignTime>True</DesignTime>
108     </Compile>
109     <Compile Include="PreLounch.cs" />
110     <Compile Include="WindowPicker.cs" />
111     <Page Include="ConfirmView.xaml">
112       <SubType>Designer</SubType>
113       <Generator>MSBuild:Compile</Generator>
114     </Page>
115     <Page Include="MainWindow.xaml">
116       <Generator>MSBuild:Compile</Generator>
117       <SubType>Designer</SubType>
118     </Page>
119     <Compile Include="App.xaml.cs">
120       <DependentUpon>App.xaml</DependentUpon>
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="Main.cs" />
124     <Compile Include="Config.cs" />
125     <Compile Include="MainWindow.xaml.cs">
126       <DependentUpon>MainWindow.xaml</DependentUpon>
127       <SubType>Code</SubType>
128     </Compile>
129     <Page Include="OptionView.xaml">
130       <SubType>Designer</SubType>
131       <Generator>MSBuild:Compile</Generator>
132     </Page>
133   </ItemGroup>
134   <ItemGroup>
135     <Compile Include="MainWindowViewModel.cs" />
136     <Compile Include="Properties\AssemblyInfo.cs">
137       <SubType>Code</SubType>
138     </Compile>
139     <Compile Include="Properties\Settings.Designer.cs">
140       <AutoGen>True</AutoGen>
141       <DependentUpon>Settings.settings</DependentUpon>
142       <DesignTimeSharedInput>True</DesignTimeSharedInput>
143     </Compile>
144     <None Include="packages.config" />
145     <None Include="Properties\Settings.settings">
146       <Generator>SettingsSingleFileGenerator</Generator>
147       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
148     </None>
149     <AppDesigner Include="Properties\" />
150   </ItemGroup>
151   <ItemGroup>
152     <None Include="App.config" />
153   </ItemGroup>
154   <ItemGroup>
155     <Resource Include="app.ico" />
156   </ItemGroup>
157   <ItemGroup>
158     <Resource Include="cogs.ico" />
159     <Resource Include="folder_open.ico" />
160     <Resource Include="folder_open_16.ico" />
161   </ItemGroup>
162   <ItemGroup>
163     <Resource Include="app_16.ico" />
164   </ItemGroup>
165   <ItemGroup>
166     <EmbeddedResource Include="Properties\Resources.resx">
167       <Generator>PublicResXFileCodeGenerator</Generator>
168       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
169       <SubType>Designer</SubType>
170     </EmbeddedResource>
171     <EmbeddedResource Include="Properties\Resources.ja.resx">
172       <SubType>Designer</SubType>
173     </EmbeddedResource>
174   </ItemGroup>
175   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
177        Other similar extension points exist, see Microsoft.Common.targets.
178   <Target Name="BeforeBuild">
179   </Target>
180   <Target Name="AfterBuild">
181   </Target>
182   -->
183 </Project>