OSDN Git Service

#39823 Fix the Z-order of Wailing Chip and Bar chip correctly.
[dtxmania/dtxmania.git] / DTX2WAV / DTX2WAV.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" 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>{97942C23-C771-440E-9D07-897C9EF9BED5}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <RootNamespace>DTX2WAV</RootNamespace>
10     <AssemblyName>DTX2WAV</AssemblyName>
11     <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
12     <FileAlignment>512</FileAlignment>
13     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <PlatformTarget>AnyCPU</PlatformTarget>
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <Prefer32Bit>false</Prefer32Bit>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <PlatformTarget>AnyCPU</PlatformTarget>
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34     <Prefer32Bit>false</Prefer32Bit>
35   </PropertyGroup>
36   <PropertyGroup>
37     <StartupObject>DTX2WAV.Program</StartupObject>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40     <DebugSymbols>true</DebugSymbols>
41     <OutputPath>bin\x64\Debug\</OutputPath>
42     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_</DefineConstants>
43     <DebugType>full</DebugType>
44     <PlatformTarget>x64</PlatformTarget>
45     <ErrorReport>prompt</ErrorReport>
46     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47   </PropertyGroup>
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49     <OutputPath>bin\x64\Release\</OutputPath>
50     <DefineConstants>TRACE</DefineConstants>
51     <Optimize>true</Optimize>
52     <DebugType>pdbonly</DebugType>
53     <PlatformTarget>x64</PlatformTarget>
54     <ErrorReport>prompt</ErrorReport>
55     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56   </PropertyGroup>
57   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58     <DebugSymbols>true</DebugSymbols>
59     <OutputPath>bin\x86\Debug\</OutputPath>
60     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_</DefineConstants>
61     <DebugType>full</DebugType>
62     <PlatformTarget>x86</PlatformTarget>
63     <ErrorReport>prompt</ErrorReport>
64     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65   </PropertyGroup>
66   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67     <OutputPath>bin\x86\Release\</OutputPath>
68     <DefineConstants>TRACE</DefineConstants>
69     <Optimize>true</Optimize>
70     <DebugType>pdbonly</DebugType>
71     <PlatformTarget>x86</PlatformTarget>
72     <ErrorReport>prompt</ErrorReport>
73     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74   </PropertyGroup>
75   <ItemGroup>
76     <Reference Include="System" />
77     <Reference Include="System.Core" />
78     <Reference Include="System.Xml.Linq" />
79     <Reference Include="System.Data.DataSetExtensions" />
80     <Reference Include="Microsoft.CSharp" />
81     <Reference Include="System.Data" />
82     <Reference Include="System.Deployment" />
83     <Reference Include="System.Drawing" />
84     <Reference Include="System.Net.Http" />
85     <Reference Include="System.Windows.Forms" />
86     <Reference Include="System.Xml" />
87   </ItemGroup>
88   <ItemGroup>
89     <Compile Include="CSendMessage.cs" />
90     <Compile Include="Form1.cs">
91       <SubType>Form</SubType>
92     </Compile>
93     <Compile Include="Form1.Designer.cs">
94       <DependentUpon>Form1.cs</DependentUpon>
95     </Compile>
96     <Compile Include="Form_Finished_Fail.cs">
97       <SubType>Form</SubType>
98     </Compile>
99     <Compile Include="Form_Finished_Fail.Designer.cs">
100       <DependentUpon>Form_Finished_Fail.cs</DependentUpon>
101     </Compile>
102     <Compile Include="Form_FInished_OK.cs">
103       <SubType>Form</SubType>
104     </Compile>
105     <Compile Include="Form_FInished_OK.Designer.cs">
106       <DependentUpon>Form_FInished_OK.cs</DependentUpon>
107     </Compile>
108     <Compile Include="Form_Recording.cs">
109       <SubType>Form</SubType>
110     </Compile>
111     <Compile Include="Form_Recording.Designer.cs">
112       <DependentUpon>Form_Recording.cs</DependentUpon>
113     </Compile>
114     <Compile Include="Program.cs" />
115     <Compile Include="Properties\AssemblyInfo.cs" />
116     <EmbeddedResource Include="Form1.ja-JP.resx">
117       <DependentUpon>Form1.cs</DependentUpon>
118     </EmbeddedResource>
119     <EmbeddedResource Include="Form1.resx">
120       <DependentUpon>Form1.cs</DependentUpon>
121     </EmbeddedResource>
122     <EmbeddedResource Include="Form_Finished_Fail.ja-JP.resx">
123       <DependentUpon>Form_Finished_Fail.cs</DependentUpon>
124     </EmbeddedResource>
125     <EmbeddedResource Include="Form_Finished_Fail.resx">
126       <DependentUpon>Form_Finished_Fail.cs</DependentUpon>
127     </EmbeddedResource>
128     <EmbeddedResource Include="Form_FInished_OK.ja-JP.resx">
129       <DependentUpon>Form_FInished_OK.cs</DependentUpon>
130     </EmbeddedResource>
131     <EmbeddedResource Include="Form_FInished_OK.resx">
132       <DependentUpon>Form_FInished_OK.cs</DependentUpon>
133     </EmbeddedResource>
134     <EmbeddedResource Include="Form_Recording.ja-JP.resx">
135       <DependentUpon>Form_Recording.cs</DependentUpon>
136     </EmbeddedResource>
137     <EmbeddedResource Include="Form_Recording.resx">
138       <DependentUpon>Form_Recording.cs</DependentUpon>
139     </EmbeddedResource>
140     <EmbeddedResource Include="Properties\Resources.ja-JP.resx" />
141     <EmbeddedResource Include="Properties\Resources.resx">
142       <Generator>PublicResXFileCodeGenerator</Generator>
143       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
144       <SubType>Designer</SubType>
145     </EmbeddedResource>
146     <Compile Include="Properties\Resources.Designer.cs">
147       <AutoGen>True</AutoGen>
148       <DependentUpon>Resources.resx</DependentUpon>
149       <DesignTime>True</DesignTime>
150     </Compile>
151     <None Include="Properties\DataSources\DTX2WAV.Properties.Resources.datasource" />
152     <None Include="Properties\DataSources\DTX2WAV.Properties.Settings.datasource" />
153     <None Include="Properties\DataSources\Main.datasource" />
154     <None Include="Properties\DataSources\Main.VolumeSlider.datasource" />
155     <None Include="Properties\DataSources\Program.datasource" />
156     <None Include="Properties\Settings.settings">
157       <Generator>SettingsSingleFileGenerator</Generator>
158       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
159     </None>
160     <Compile Include="Properties\Settings.Designer.cs">
161       <AutoGen>True</AutoGen>
162       <DependentUpon>Settings.settings</DependentUpon>
163       <DesignTimeSharedInput>True</DesignTimeSharedInput>
164     </Compile>
165   </ItemGroup>
166   <ItemGroup>
167     <None Include="App.config" />
168   </ItemGroup>
169   <ItemGroup>
170     <WCFMetadata Include="Connected Services\" />
171   </ItemGroup>
172   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173   <Target Name="AfterBuild">
174     <Copy SourceFiles="$(TargetDir)$(TargetFileName)" DestinationFolder="$(SolutionDir)RuntimeResources" />
175     <Copy SourceFiles="$(TargetDir)$(TargetFileName).config" DestinationFolder="$(SolutionDir)RuntimeResources" />
176     <Copy SourceFiles="$(TargetDir)ja-JP\DTX2WAV.resources.dll" DestinationFolder="$(SolutionDir)RuntimeResources\ja-JP\" />
177   </Target>
178 </Project>