ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj
Revision: 769
Committed: Thu Jun 20 21:34:48 2013 UTC (9 years, 11 months ago) by william
File size: 6169 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|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 <ItemGroup>
36 <Reference Include="Fireball.CodeEditor">
37 <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.CodeEditor.dll</HintPath>
38 </Reference>
39 <Reference Include="Fireball.CodeEditor.SyntaxFiles">
40 <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.CodeEditor.SyntaxFiles.dll</HintPath>
41 </Reference>
42 <Reference Include="Fireball.Core">
43 <HintPath>..\deps\FireFx\Fireball.Core\Fireball.Core.dll</HintPath>
44 </Reference>
45 <Reference Include="Fireball.SyntaxDocument">
46 <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.SyntaxDocument.dll</HintPath>
47 </Reference>
48 <Reference Include="Fireball.Win32">
49 <HintPath>..\deps\FireFx\Fireball.Win32\Fireball.Win32.dll</HintPath>
50 </Reference>
51 <Reference Include="Fireball.Windows.Forms">
52 <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.Windows.Forms.dll</HintPath>
53 </Reference>
54 <Reference Include="Microsoft.CSharp" />
55 <Reference Include="System" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Data.DataSetExtensions" />
58 <Reference Include="System.Drawing" />
59 <Reference Include="System.Windows.Forms" />
60 <Reference Include="System.Xml" />
61 <Reference Include="System.Xml.Linq" />
62 </ItemGroup>
63 <ItemGroup>
64 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
65 <Link>Properties\SharedAssemblyInfo.cs</Link>
66 </Compile>
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 <Compile Include="ScratchPad.cs">
69 <SubType>Form</SubType>
70 </Compile>
71 <Compile Include="ScratchPad.designer.cs">
72 <DependentUpon>ScratchPad.cs</DependentUpon>
73 </Compile>
74 <Compile Include="ScratchPadDocument.cs">
75 <SubType>UserControl</SubType>
76 </Compile>
77 <Compile Include="ScratchPadDocument.Designer.cs">
78 <DependentUpon>ScratchPadDocument.cs</DependentUpon>
79 </Compile>
80 <Compile Include="ScratchPadPlugin.cs" />
81 </ItemGroup>
82 <ItemGroup>
83 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
84 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
85 <Name>Be.Windows.Forms.HexBox</Name>
86 </ProjectReference>
87 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
88 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
89 <Name>WinFormsUI</Name>
90 </ProjectReference>
91 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
92 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
93 <Name>RomCheater.Core</Name>
94 </ProjectReference>
95 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
96 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
97 <Name>RomCheater.Logging</Name>
98 </ProjectReference>
99 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
100 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
101 <Name>RomCheater.PluginFramework</Name>
102 </ProjectReference>
103 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
104 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
105 <Name>libWin32</Name>
106 </ProjectReference>
107 </ItemGroup>
108 <ItemGroup>
109 <None Include="Properties\AssemblyInfo.cs.tmpl" />
110 </ItemGroup>
111 <ItemGroup>
112 <EmbeddedResource Include="ScratchPad.resx">
113 <DependentUpon>ScratchPad.cs</DependentUpon>
114 </EmbeddedResource>
115 <EmbeddedResource Include="ScratchPadDocument.resx">
116 <DependentUpon>ScratchPadDocument.cs</DependentUpon>
117 </EmbeddedResource>
118 </ItemGroup>
119 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
120 <PropertyGroup>
121 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
122 </PropertyGroup>
123 <PropertyGroup>
124 <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
125 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
126 </PropertyGroup>
127 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128 Other similar extension points exist, see Microsoft.Common.targets.
129 <Target Name="BeforeBuild">
130 </Target>
131 <Target Name="AfterBuild">
132 </Target>
133 -->
134 </Project>