ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj
Revision: 847
Committed: Tue Sep 16 02:01:29 2014 UTC (9 years ago) by william
File size: 6603 byte(s)
Log Message:

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