ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj
Revision: 831
Committed: Mon Sep 15 23:10:17 2014 UTC (8 years, 6 months ago) by william
File size: 6517 byte(s)
Log Message:
+ remove AnyCpu arch

File Contents

# User Rev Content
1 william 659 <?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 william 791 <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</DefineConstants>
30     <Optimize>true</Optimize>
31     <DebugType>pdbonly</DebugType>
32     <PlatformTarget>x64</PlatformTarget>
33     <ErrorReport>prompt</ErrorReport>
34     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35     </PropertyGroup>
36 william 826 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
37     <DebugSymbols>true</DebugSymbols>
38     <OutputPath>bin\x86\Debug\</OutputPath>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <NoWarn>1607,0436</NoWarn>
41     <DebugType>full</DebugType>
42     <PlatformTarget>x86</PlatformTarget>
43     <ErrorReport>prompt</ErrorReport>
44     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
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     <ErrorReport>prompt</ErrorReport>
53     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54     </PropertyGroup>
55 william 659 <ItemGroup>
56 william 812 <Reference Include="Enterprise.Logging">
57     <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
58     </Reference>
59 william 659 <Reference Include="Microsoft.CSharp" />
60     <Reference Include="Microsoft.VisualBasic" />
61     <Reference Include="System" />
62     <Reference Include="System.Data" />
63     <Reference Include="System.Data.DataSetExtensions" />
64     <Reference Include="System.Drawing" />
65     <Reference Include="System.Windows.Forms" />
66     <Reference Include="System.Xml" />
67     <Reference Include="System.Xml.Linq" />
68     <Reference Include="WindowsBase" />
69     </ItemGroup>
70     <ItemGroup>
71     <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
72     <Link>Properties\SharedAssemblyInfo.cs</Link>
73     </Compile>
74 william 700 <Compile Include="CheatInputDialog.cs">
75     <SubType>Form</SubType>
76     </Compile>
77     <Compile Include="CheatInputDialog.Designer.cs">
78     <DependentUpon>CheatInputDialog.cs</DependentUpon>
79     </Compile>
80 william 659 <Compile Include="Properties\AssemblyInfo.cs" />
81     <Compile Include="RVACalculatorDockControl.cs">
82     <SubType>Form</SubType>
83     </Compile>
84     <Compile Include="RVACalculatorDockControl.Designer.cs">
85     <DependentUpon>RVACalculatorDockControl.cs</DependentUpon>
86     </Compile>
87     <Compile Include="RVACalculatorPlugin.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 william 700 <EmbeddedResource Include="CheatInputDialog.resx">
120     <DependentUpon>CheatInputDialog.cs</DependentUpon>
121     </EmbeddedResource>
122 william 659 <EmbeddedResource Include="RVACalculatorDockControl.resx">
123     <DependentUpon>RVACalculatorDockControl.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>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
132     copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
133     </PropertyGroup>
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>