| 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 |
<PropertyGroup> |
<PropertyGroup> |
| 3 |
<ProjectType>Local</ProjectType> |
<ProjectType>Local</ProjectType> |
| 4 |
<ProductVersion>9.0.21022</ProductVersion> |
<ProductVersion>9.0.21022</ProductVersion> |
| 6 |
<ProjectGuid>{19A31B5B-0000-0000-0000-000000000000}</ProjectGuid> |
<ProjectGuid>{19A31B5B-0000-0000-0000-000000000000}</ProjectGuid> |
| 7 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 8 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 9 |
<ApplicationIcon></ApplicationIcon> |
<ApplicationIcon> |
| 10 |
|
</ApplicationIcon> |
| 11 |
<AssemblyKeyContainerName> |
<AssemblyKeyContainerName> |
| 12 |
</AssemblyKeyContainerName> |
</AssemblyKeyContainerName> |
| 13 |
<AssemblyName>ModularRex</AssemblyName> |
<AssemblyName>ModularRex</AssemblyName> |
| 16 |
<DefaultTargetSchema>IE50</DefaultTargetSchema> |
<DefaultTargetSchema>IE50</DefaultTargetSchema> |
| 17 |
<DelaySign>false</DelaySign> |
<DelaySign>false</DelaySign> |
| 18 |
<OutputType>Library</OutputType> |
<OutputType>Library</OutputType> |
| 19 |
<AppDesignerFolder></AppDesignerFolder> |
<AppDesignerFolder> |
| 20 |
|
</AppDesignerFolder> |
| 21 |
<RootNamespace>ModularRex</RootNamespace> |
<RootNamespace>ModularRex</RootNamespace> |
| 22 |
<StartupObject></StartupObject> |
<StartupObject> |
| 23 |
|
</StartupObject> |
| 24 |
<FileUpgradeFlags> |
<FileUpgradeFlags> |
| 25 |
</FileUpgradeFlags> |
</FileUpgradeFlags> |
| 26 |
</PropertyGroup> |
</PropertyGroup> |
| 31 |
<ConfigurationOverrideFile> |
<ConfigurationOverrideFile> |
| 32 |
</ConfigurationOverrideFile> |
</ConfigurationOverrideFile> |
| 33 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
| 34 |
<DocumentationFile></DocumentationFile> |
<DocumentationFile> |
| 35 |
|
</DocumentationFile> |
| 36 |
<DebugSymbols>True</DebugSymbols> |
<DebugSymbols>True</DebugSymbols> |
| 37 |
<FileAlignment>4096</FileAlignment> |
<FileAlignment>4096</FileAlignment> |
| 38 |
<Optimize>False</Optimize> |
<Optimize>False</Optimize> |
| 41 |
<RemoveIntegerChecks>False</RemoveIntegerChecks> |
<RemoveIntegerChecks>False</RemoveIntegerChecks> |
| 42 |
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
| 43 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 44 |
<NoWarn></NoWarn> |
<NoWarn> |
| 45 |
|
</NoWarn> |
| 46 |
</PropertyGroup> |
</PropertyGroup> |
| 47 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 48 |
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
| 51 |
<ConfigurationOverrideFile> |
<ConfigurationOverrideFile> |
| 52 |
</ConfigurationOverrideFile> |
</ConfigurationOverrideFile> |
| 53 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE</DefineConstants> |
| 54 |
<DocumentationFile></DocumentationFile> |
<DocumentationFile> |
| 55 |
|
</DocumentationFile> |
| 56 |
<DebugSymbols>False</DebugSymbols> |
<DebugSymbols>False</DebugSymbols> |
| 57 |
<FileAlignment>4096</FileAlignment> |
<FileAlignment>4096</FileAlignment> |
| 58 |
<Optimize>True</Optimize> |
<Optimize>True</Optimize> |
| 61 |
<RemoveIntegerChecks>False</RemoveIntegerChecks> |
<RemoveIntegerChecks>False</RemoveIntegerChecks> |
| 62 |
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
| 63 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 64 |
<NoWarn></NoWarn> |
<NoWarn> |
| 65 |
|
</NoWarn> |
| 66 |
</PropertyGroup> |
</PropertyGroup> |
| 67 |
<ItemGroup> |
<ItemGroup> |
| 68 |
<Reference Include="IronMath.dll" > |
<Reference Include="IronMath.dll" > |
| 249 |
<Compile Include="RexParts\ModRexVoice\VoicePacketHeader.cs"> |
<Compile Include="RexParts\ModRexVoice\VoicePacketHeader.cs"> |
| 250 |
<SubType>Code</SubType> |
<SubType>Code</SubType> |
| 251 |
</Compile> |
</Compile> |
|
<Compile Include="RexParts\RexObjects\RexMaterialsDictionary.cs"> |
|
|
<SubType>Code</SubType> |
|
|
</Compile> |
|
|
<Compile Include="RexParts\RexObjects\RexObjectGroup.cs"> |
|
|
<SubType>Code</SubType> |
|
|
</Compile> |
|
|
<Compile Include="RexParts\RexObjects\RexObjectPart.cs"> |
|
|
<SubType>Code</SubType> |
|
|
</Compile> |
|
| 252 |
<Compile Include="RexParts\RexPython\IRexBot.cs"> |
<Compile Include="RexParts\RexPython\IRexBot.cs"> |
| 253 |
<SubType>Code</SubType> |
<SubType>Code</SubType> |
| 254 |
</Compile> |
</Compile> |
| 274 |
<SubType>Code</SubType> |
<SubType>Code</SubType> |
| 275 |
</Compile> |
</Compile> |
| 276 |
</ItemGroup> |
</ItemGroup> |
| 277 |
|
<ItemGroup> |
| 278 |
|
<Folder Include="RexParts\RexObjects\" /> |
| 279 |
|
</ItemGroup> |
| 280 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
| 281 |
<PropertyGroup> |
<PropertyGroup> |
| 282 |
<PreBuildEvent> |
<PreBuildEvent> |