ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/TS3.SkuReader/trunk/TS3.SkuReader/TS3.SkuReader.csproj
Revision: 30
Committed: Sun Feb 5 05:53:05 2012 UTC (11 years, 10 months ago) by william
File size: 5474 byte(s)
Log Message:
target .net 4.0 not client profile

File Contents

# User Rev Content
1 william 4 <?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)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{99740A96-EE64-4485-90C4-C7455C7F2BBC}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>TS3.SkuReader</RootNamespace>
12     <AssemblyName>TS3.SkuReader</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 william 30 <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16 william 4 <FileAlignment>512</FileAlignment>
17     </PropertyGroup>
18     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19     <PlatformTarget>x86</PlatformTarget>
20     <DebugSymbols>true</DebugSymbols>
21     <DebugType>full</DebugType>
22     <Optimize>false</Optimize>
23     <OutputPath>bin\Debug\</OutputPath>
24     <DefineConstants>DEBUG;TRACE</DefineConstants>
25     <ErrorReport>prompt</ErrorReport>
26     <WarningLevel>4</WarningLevel>
27     </PropertyGroup>
28     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29     <PlatformTarget>x86</PlatformTarget>
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36     </PropertyGroup>
37     <ItemGroup>
38 william 8 <Reference Include="DebugConsoleControl, Version=1.0.4108.35123, Culture=neutral, PublicKeyToken=cebee931ba752c27, processorArchitecture=MSIL">
39     <SpecificVersion>False</SpecificVersion>
40     <HintPath>..\deps\S3PIWrapper\DebugConsoleControl.dll</HintPath>
41     </Reference>
42     <Reference Include="S3PIWrapper">
43     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.dll</HintPath>
44     </Reference>
45     <Reference Include="S3PIWrapper.AssemblyManager">
46     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.AssemblyManager.dll</HintPath>
47     </Reference>
48     <Reference Include="S3PIWrapper.EPCompatibilityTool">
49     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.EPCompatibilityTool.dll</HintPath>
50     </Reference>
51     <Reference Include="S3PIWrapper.Extras">
52     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.Extras.dll</HintPath>
53     </Reference>
54     <Reference Include="S3PIWrapper.ResourceDataParser">
55     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.ResourceDataParser.dll</HintPath>
56     </Reference>
57     <Reference Include="S3PIWrapper.SimsGameData">
58     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.SimsGameData.dll</HintPath>
59     </Reference>
60     <Reference Include="S3PIWrapper.TuningHelpers">
61     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.TuningHelpers.dll</HintPath>
62     </Reference>
63     <Reference Include="S3PIWrapper.Utilities">
64     <HintPath>..\deps\S3PIWrapper\S3PIWrapper.Utilities.dll</HintPath>
65     </Reference>
66     <Reference Include="S3PIWrapper2">
67     <HintPath>..\deps\S3PIWrapper\S3PIWrapper2.dll</HintPath>
68     </Reference>
69     <Reference Include="S3PIWrapperVersioning">
70     <HintPath>..\deps\S3PIWrapper\S3PIWrapperVersioning.dll</HintPath>
71     </Reference>
72 william 4 <Reference Include="System" />
73     <Reference Include="System.Core" />
74     <Reference Include="System.Xml.Linq" />
75     <Reference Include="System.Data.DataSetExtensions" />
76     <Reference Include="Microsoft.CSharp" />
77     <Reference Include="System.Data" />
78     <Reference Include="System.Deployment" />
79     <Reference Include="System.Drawing" />
80     <Reference Include="System.Windows.Forms" />
81     <Reference Include="System.Xml" />
82     </ItemGroup>
83     <ItemGroup>
84     <Compile Include="Form1.cs">
85     <SubType>Form</SubType>
86     </Compile>
87     <Compile Include="Form1.Designer.cs">
88     <DependentUpon>Form1.cs</DependentUpon>
89     </Compile>
90     <Compile Include="Program.cs" />
91     <Compile Include="Properties\AssemblyInfo.cs" />
92 william 8 <EmbeddedResource Include="Form1.resx">
93     <DependentUpon>Form1.cs</DependentUpon>
94     </EmbeddedResource>
95 william 4 <EmbeddedResource Include="Properties\Resources.resx">
96     <Generator>ResXFileCodeGenerator</Generator>
97     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
98     <SubType>Designer</SubType>
99     </EmbeddedResource>
100     <Compile Include="Properties\Resources.Designer.cs">
101     <AutoGen>True</AutoGen>
102     <DependentUpon>Resources.resx</DependentUpon>
103 william 30 <DesignTime>True</DesignTime>
104 william 4 </Compile>
105 william 30 <None Include="app.config" />
106 william 4 <None Include="Properties\Settings.settings">
107     <Generator>SettingsSingleFileGenerator</Generator>
108     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
109     </None>
110     <Compile Include="Properties\Settings.Designer.cs">
111     <AutoGen>True</AutoGen>
112     <DependentUpon>Settings.settings</DependentUpon>
113     <DesignTimeSharedInput>True</DesignTimeSharedInput>
114     </Compile>
115     </ItemGroup>
116     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118     Other similar extension points exist, see Microsoft.Common.targets.
119     <Target Name="BeforeBuild">
120     </Target>
121     <Target Name="AfterBuild">
122     </Target>
123     -->
124     </Project>