|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> |
6 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">x64</Platform> |
7 | 7 | <ProjectGuid>{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>ModAPI</RootNamespace> |
11 | | - <AssemblyName>modapi_v0112-alpha</AssemblyName> |
| 10 | + <RootNamespace>TommoJProductions</RootNamespace> |
| 11 | + <AssemblyName>modapi_v0113-alpha</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile>Unity Full v3.5</TargetFrameworkProfile> |
15 | 15 | </PropertyGroup> |
16 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | | - <DebugSymbols>true</DebugSymbols> |
18 | | - <DebugType>full</DebugType> |
19 | | - <Optimize>false</Optimize> |
20 | | - <OutputPath>bin\Debug\</OutputPath> |
21 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | | - <ErrorReport>prompt</ErrorReport> |
23 | | - <WarningLevel>4</WarningLevel> |
24 | | - <DocumentationFile>bin\Debug\modapi_v0112-alpha.xml</DocumentationFile> |
25 | | - <RegisterForComInterop>false</RegisterForComInterop> |
26 | | - </PropertyGroup> |
27 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | | - <DebugType>none</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 | 16 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
36 | 17 | <PlatformTarget>x64</PlatformTarget> |
37 | 18 | <OutputPath>bin\x64\Debug\</OutputPath> |
|
58 | 39 | <ErrorReport>prompt</ErrorReport> |
59 | 40 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
60 | 41 | </PropertyGroup> |
61 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|AnyCPU'"> |
62 | | - <OutputPath>bin\x64\</OutputPath> |
63 | | - <DefineConstants>TRACE</DefineConstants> |
64 | | - <Optimize>true</Optimize> |
65 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
66 | | - <ErrorReport>prompt</ErrorReport> |
67 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
68 | | - </PropertyGroup> |
69 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x64'"> |
70 | | - <OutputPath>bin\x64\x64\</OutputPath> |
71 | | - <PlatformTarget>x64</PlatformTarget> |
72 | | - </PropertyGroup> |
73 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x86'"> |
74 | | - <OutputPath>bin\x86\x64\</OutputPath> |
75 | | - <DefineConstants>TRACE</DefineConstants> |
76 | | - <Optimize>true</Optimize> |
77 | | - <PlatformTarget>x86</PlatformTarget> |
78 | | - <ErrorReport>prompt</ErrorReport> |
79 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 42 | + <PropertyGroup> |
| 43 | + <ProjectGuid>{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}</ProjectGuid> |
80 | 44 | </PropertyGroup> |
81 | 45 | <ItemGroup> |
82 | 46 | <Reference Include="MSCLoader"> |
|
92 | 56 | </ItemGroup> |
93 | 57 | <ItemGroup> |
94 | 58 | <Compile Include="Attachable\Active.cs" /> |
95 | | - <Compile Include="Attachable\CallBacks\JointCallBack.cs" /> |
96 | 59 | <Compile Include="Attachable\Rigid.cs" /> |
97 | 60 | <Compile Include="Attachable\Part.cs" /> |
98 | 61 | <Compile Include="Attachable\PartSaveInfo.cs" /> |
|
0 commit comments