|
@@ -14,61 +14,6 @@
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<ProductSignAssembly>true</ProductSignAssembly>
|
|
|
<CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
|
|
|
- <OutputPath>bin\ReleaseXBLV\</OutputPath>
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
|
|
|
- <OutputPath>bin\DebugXBLV\</OutputPath>
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug45|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL5|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL5|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP7|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP7|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug35|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release35|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL3|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL3|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL4|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXNA4|AnyCPU'">
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXNA4|AnyCPU'">
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="..\Common.targets" />
|