1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
+ <ProjectGuid >{CA79BA0B-0D80-476A-B793-FC7EF6DCEAD7}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >FrostbitePlugin</RootNamespace >
11
+ <AssemblyName >FrostbitePlugin</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
16
+ <PlatformTarget >x86</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >TRACE;DEBUG;WIN32</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
27
+ <PlatformTarget >x86</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE;WIN32;RELEASE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
36
+ <PlatformTarget >x64</PlatformTarget >
37
+ <DebugSymbols >true</DebugSymbols >
38
+ <DebugType >full</DebugType >
39
+ <Optimize >false</Optimize >
40
+ <OutputPath >bin\Debug\x64\</OutputPath >
41
+ <DefineConstants >TRACE;DEBUG;WIN64</DefineConstants >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <WarningLevel >4</WarningLevel >
44
+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
47
+ <PlatformTarget >x64</PlatformTarget >
48
+ <DebugType >pdbonly</DebugType >
49
+ <Optimize >true</Optimize >
50
+ <OutputPath >bin\Release\x64\</OutputPath >
51
+ <DefineConstants >TRACE;WIN64;RELEASE</DefineConstants >
52
+ <ErrorReport >prompt</ErrorReport >
53
+ <WarningLevel >4</WarningLevel >
54
+ </PropertyGroup >
55
+ <ItemGroup >
56
+ <Reference Include =" System" />
57
+ <Reference Include =" System.Core" />
58
+ <Reference Include =" System.Drawing" />
59
+ <Reference Include =" System.Xml.Linq" />
60
+ <Reference Include =" System.Data.DataSetExtensions" />
61
+ <Reference Include =" Microsoft.CSharp" />
62
+ <Reference Include =" System.Data" />
63
+ <Reference Include =" System.Net.Http" />
64
+ <Reference Include =" System.Xml" />
65
+ </ItemGroup >
66
+ <ItemGroup >
67
+ <Compile Include =" FrostbitePluginExt.cs" />
68
+ <Compile Include =" Properties\AssemblyInfo.cs" />
69
+ <Compile Include =" Properties\Resources.Designer.cs" >
70
+ <AutoGen >True</AutoGen >
71
+ <DesignTime >True</DesignTime >
72
+ <DependentUpon >Resources.resx</DependentUpon >
73
+ </Compile >
74
+ <Compile Include =" WeakPtrNode.cs" />
75
+ <Compile Include =" WeakPtrSchemaConverter.cs" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <ProjectReference Include =" ..\ReClass.NET\ReClass.NET.csproj" >
79
+ <Project >{BFB8917D-E9B4-463F-A6E8-612C35728C78}</Project >
80
+ <Name >ReClass.NET</Name >
81
+ </ProjectReference >
82
+ </ItemGroup >
83
+ <ItemGroup >
84
+ <EmbeddedResource Include =" Properties\Resources.resx" >
85
+ <Generator >ResXFileCodeGenerator</Generator >
86
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
87
+ </EmbeddedResource >
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <None Include =" Resources\logo_frostbite.png" />
91
+ </ItemGroup >
92
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94
+ Other similar extension points exist, see Microsoft.Common.targets.
95
+ <Target Name="BeforeBuild">
96
+ </Target>
97
+ <Target Name="AfterBuild">
98
+ </Target>
99
+ -->
100
+ </Project >
0 commit comments