ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj
Revision: 826
Committed: Mon Sep 15 21:22:35 2014 UTC (9 years ago) by william
File size: 7104 byte(s)
Log Message:
+ fix-up processor targets

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{AD9B91A7-3312-411C-92F0-5BBC88B63371}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.ScratchPad</RootNamespace>
12 <AssemblyName>RomCheater.ScratchPad</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkProfile />
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 <NoWarn>1607,0436</NoWarn>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
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 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36 <DebugSymbols>true</DebugSymbols>
37 <OutputPath>bin\x64\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <NoWarn>1607,0436</NoWarn>
40 <DebugType>full</DebugType>
41 <PlatformTarget>x64</PlatformTarget>
42 <ErrorReport>prompt</ErrorReport>
43 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46 <OutputPath>bin\x64\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <Optimize>true</Optimize>
49 <DebugType>pdbonly</DebugType>
50 <PlatformTarget>x64</PlatformTarget>
51 <ErrorReport>prompt</ErrorReport>
52 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
55 <DebugSymbols>true</DebugSymbols>
56 <OutputPath>bin\x86\Debug\</OutputPath>
57 <DefineConstants>DEBUG;TRACE</DefineConstants>
58 <NoWarn>1607,0436</NoWarn>
59 <DebugType>full</DebugType>
60 <PlatformTarget>x86</PlatformTarget>
61 <ErrorReport>prompt</ErrorReport>
62 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
65 <OutputPath>bin\x86\Release\</OutputPath>
66 <DefineConstants>TRACE</DefineConstants>
67 <Optimize>true</Optimize>
68 <DebugType>pdbonly</DebugType>
69 <PlatformTarget>x86</PlatformTarget>
70 <ErrorReport>prompt</ErrorReport>
71 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72 </PropertyGroup>
73 <ItemGroup>
74 <Reference Include="Enterprise.Logging">
75 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
76 </Reference>
77 <Reference Include="Microsoft.CSharp" />
78 <Reference Include="System" />
79 <Reference Include="System.Data" />
80 <Reference Include="System.Data.DataSetExtensions" />
81 <Reference Include="System.Drawing" />
82 <Reference Include="System.Windows.Forms" />
83 <Reference Include="System.Xml" />
84 <Reference Include="System.Xml.Linq" />
85 </ItemGroup>
86 <ItemGroup>
87 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
88 <Link>Properties\SharedAssemblyInfo.cs</Link>
89 </Compile>
90 <Compile Include="Properties\AssemblyInfo.cs" />
91 <Compile Include="ScratchPad.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="ScratchPad.designer.cs">
95 <DependentUpon>ScratchPad.cs</DependentUpon>
96 </Compile>
97 <Compile Include="ScratchPadDocument.cs">
98 <SubType>UserControl</SubType>
99 </Compile>
100 <Compile Include="ScratchPadDocument.Designer.cs">
101 <DependentUpon>ScratchPadDocument.cs</DependentUpon>
102 </Compile>
103 <Compile Include="ScratchPadPlugin.cs" />
104 </ItemGroup>
105 <ItemGroup>
106 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
107 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
108 <Name>Be.Windows.Forms.HexBox</Name>
109 </ProjectReference>
110 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
111 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
112 <Name>WinFormsUI</Name>
113 </ProjectReference>
114 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
115 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
116 <Name>RomCheater.Core</Name>
117 </ProjectReference>
118 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
119 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
120 <Name>RomCheater.Logging</Name>
121 </ProjectReference>
122 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
123 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
124 <Name>RomCheater.PluginFramework</Name>
125 </ProjectReference>
126 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
127 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
128 <Name>libWin32</Name>
129 </ProjectReference>
130 </ItemGroup>
131 <ItemGroup>
132 <None Include="Properties\AssemblyInfo.cs.tmpl" />
133 </ItemGroup>
134 <ItemGroup>
135 <EmbeddedResource Include="ScratchPad.resx">
136 <DependentUpon>ScratchPad.cs</DependentUpon>
137 </EmbeddedResource>
138 <EmbeddedResource Include="ScratchPadDocument.resx">
139 <DependentUpon>ScratchPadDocument.cs</DependentUpon>
140 </EmbeddedResource>
141 </ItemGroup>
142 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143 <PropertyGroup>
144 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
145 </PropertyGroup>
146 <PropertyGroup>
147 <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
148 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
149 </PropertyGroup>
150 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151 Other similar extension points exist, see Microsoft.Common.targets.
152 <Target Name="BeforeBuild">
153 </Target>
154 <Target Name="AfterBuild">
155 </Target>
156 -->
157 </Project>