root/Apple Wireless Keyboard Helper/trunk/Misuzilla.Applications.AppleWirelessKeyboardHelper/Misuzilla.Applications.AppleWirelessKeyboardHelper.csproj

Revision 332, 6.6 kB (checked in by tomoyo, 15 months ago)

* 更にデフォルトスクリプトを移動
* ファイル名が変わったのでReadmeを更新

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{A4D4C6B9-6641-4B3D-A023-27C8EC699F9C}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Misuzilla.Applications.AppleWirelessKeyboardHelper</RootNamespace>
11    <AssemblyName>AppleWirelessKeyboardHelper</AssemblyName>
12    <StartupObject>
13    </StartupObject>
14    <ApplicationIcon>AppleWirelessKeyboardHelper.ico</ApplicationIcon>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <CodeAnalysisRuleAssemblies>C:\Program Files (x86)\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\\rules</CodeAnalysisRuleAssemblies>
40    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42    <ErrorReport>prompt</ErrorReport>
43    <RunCodeAnalysis>true</RunCodeAnalysis>
44    <CodeAnalysisRules>-Microsoft.Globalization#CA1305;-Microsoft.Design#CA2210;-Microsoft.Design#CA1014;-Microsoft.Design#CA1060;-Microsoft.Performance#CA1823</CodeAnalysisRules>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\x86\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>pdbonly</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <CodeAnalysisRuleAssemblies>C:\Program Files (x86)\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\\rules</CodeAnalysisRuleAssemblies>
53    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
54    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <ItemGroup>
58    <Reference Include="IronPython, Version=2.0.0.400, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>.\IronPython.dll</HintPath>
61    </Reference>
62    <Reference Include="IronPython.Modules, Version=2.0.0.400, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>.\IronPython.Modules.dll</HintPath>
65    </Reference>
66    <Reference Include="Microsoft.Scripting, Version=1.0.0.400, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>.\Microsoft.Scripting.dll</HintPath>
69    </Reference>
70    <Reference Include="System" />
71    <Reference Include="System.Data" />
72    <Reference Include="System.Drawing" />
73    <Reference Include="System.Windows.Forms" />
74    <Reference Include="System.Xml" />
75  </ItemGroup>
76  <ItemGroup>
77    <Compile Include="Enum.cs" />
78    <Compile Include="EventArgs.cs" />
79    <Compile Include="Helper.cs" />
80    <Compile Include="HIDImports.cs" />
81    <Compile Include="Program.cs" />
82    <Compile Include="Properties\AssemblyInfo.cs" />
83    <Compile Include="Resources\Common.Designer.cs">
84      <AutoGen>True</AutoGen>
85      <DesignTime>True</DesignTime>
86      <DependentUpon>Common.resx</DependentUpon>
87    </Compile>
88    <Compile Include="Resources\Strings.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DesignTime>True</DesignTime>
91      <DependentUpon>Strings.resx</DependentUpon>
92    </Compile>
93    <Compile Include="Util.cs" />
94    <Compile Include="Win32.cs" />
95  </ItemGroup>
96  <ItemGroup>
97    <Component Include="IronPython.dll" />
98    <Component Include="IronPython.Modules.dll" />
99    <Component Include="Microsoft.Scripting.dll" />
100  </ItemGroup>
101  <ItemGroup>
102    <EmbeddedResource Include="Resources\Common.resx">
103      <SubType>Designer</SubType>
104      <Generator>ResXFileCodeGenerator</Generator>
105      <LastGenOutput>Common.Designer.cs</LastGenOutput>
106    </EmbeddedResource>
107    <EmbeddedResource Include="Resources\Strings.ja.resx">
108      <SubType>Designer</SubType>
109    </EmbeddedResource>
110    <EmbeddedResource Include="Resources\Strings.resx">
111      <SubType>Designer</SubType>
112      <Generator>ResXFileCodeGenerator</Generator>
113      <LastGenOutput>Strings.Designer.cs</LastGenOutput>
114    </EmbeddedResource>
115  </ItemGroup>
116  <ItemGroup>
117    <Content Include="AppleWirelessKeyboardHelper.ico" />
118    <Content Include="Readme.html">
119      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
120    </Content>
121    <None Include="Resources\AppleWirelessKeyboardHelperTrayIcon16x16.ico" />
122    <None Include="Resources\AppleWirelessKeyboardHelperTrayIcon.ico" />
123    <None Include="Scripts\Default.py.sample">
124      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125    </None>
126  </ItemGroup>
127  <ItemGroup>
128    <ProjectReference Include="..\MasterVolumeControl\MasterVolumeControlLibrary.csproj">
129      <Project>{8CE671E0-E48E-4562-8C5F-253125D9489B}</Project>
130      <Name>MasterVolumeControlLibrary</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141</Project>
Note: See TracBrowser for help on using the browser.