ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj
Revision: 791
Committed: Mon Apr 7 11:10:04 2014 UTC (8 years, 11 months ago) by william
File size: 6237 byte(s)
Log Message:
+ fixup cpu arch

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>{62B1B448-C119-487C-9EC3-5F48D9BE339D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.RVACalculator</RootNamespace>
12 <AssemblyName>RomCheater.RVACalculator</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 <ItemGroup>
55 <Reference Include="Microsoft.CSharp" />
56 <Reference Include="Microsoft.VisualBasic" />
57 <Reference Include="System" />
58 <Reference Include="System.Data" />
59 <Reference Include="System.Data.DataSetExtensions" />
60 <Reference Include="System.Drawing" />
61 <Reference Include="System.Windows.Forms" />
62 <Reference Include="System.Xml" />
63 <Reference Include="System.Xml.Linq" />
64 <Reference Include="WindowsBase" />
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
68 <Link>Properties\SharedAssemblyInfo.cs</Link>
69 </Compile>
70 <Compile Include="CheatInputDialog.cs">
71 <SubType>Form</SubType>
72 </Compile>
73 <Compile Include="CheatInputDialog.Designer.cs">
74 <DependentUpon>CheatInputDialog.cs</DependentUpon>
75 </Compile>
76 <Compile Include="Properties\AssemblyInfo.cs" />
77 <Compile Include="RVACalculatorDockControl.cs">
78 <SubType>Form</SubType>
79 </Compile>
80 <Compile Include="RVACalculatorDockControl.Designer.cs">
81 <DependentUpon>RVACalculatorDockControl.cs</DependentUpon>
82 </Compile>
83 <Compile Include="RVACalculatorPlugin.cs" />
84 </ItemGroup>
85 <ItemGroup>
86 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
87 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
88 <Name>Be.Windows.Forms.HexBox</Name>
89 </ProjectReference>
90 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
91 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
92 <Name>WinFormsUI</Name>
93 </ProjectReference>
94 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
95 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
96 <Name>RomCheater.Core</Name>
97 </ProjectReference>
98 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
99 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
100 <Name>RomCheater.Logging</Name>
101 </ProjectReference>
102 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
103 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
104 <Name>RomCheater.PluginFramework</Name>
105 </ProjectReference>
106 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
107 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
108 <Name>libWin32</Name>
109 </ProjectReference>
110 </ItemGroup>
111 <ItemGroup>
112 <None Include="Properties\AssemblyInfo.cs.tmpl" />
113 </ItemGroup>
114 <ItemGroup>
115 <EmbeddedResource Include="CheatInputDialog.resx">
116 <DependentUpon>CheatInputDialog.cs</DependentUpon>
117 </EmbeddedResource>
118 <EmbeddedResource Include="RVACalculatorDockControl.resx">
119 <DependentUpon>RVACalculatorDockControl.cs</DependentUpon>
120 </EmbeddedResource>
121 </ItemGroup>
122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123 <PropertyGroup>
124 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
125 </PropertyGroup>
126 <PropertyGroup>
127 <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
128 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
129 </PropertyGroup>
130 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131 Other similar extension points exist, see Microsoft.Common.targets.
132 <Target Name="BeforeBuild">
133 </Target>
134 <Target Name="AfterBuild">
135 </Target>
136 -->
137 </Project>