|
@@ -16,10 +16,14 @@
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
- <DefineConstants>DEBUG</DefineConstants>
|
|
|
+ <DefineConstants>DEBUG;MONOMAC</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
+ <EnableCodeSigning>false</EnableCodeSigning>
|
|
|
+ <CreatePackage>false</CreatePackage>
|
|
|
+ <EnablePackageSigning>false</EnablePackageSigning>
|
|
|
+ <IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>none</DebugType>
|
|
@@ -28,6 +32,11 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
+ <EnableCodeSigning>false</EnableCodeSigning>
|
|
|
+ <CreatePackage>false</CreatePackage>
|
|
|
+ <EnablePackageSigning>false</EnablePackageSigning>
|
|
|
+ <IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
|
+ <DefineConstants>MONOMAC</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
@@ -42,8 +51,6 @@
|
|
|
</None>
|
|
|
<None Include="Game.ico" />
|
|
|
<None Include="GameThumbnail.png" />
|
|
|
- <None Include="Content\.DS_Store" />
|
|
|
- <None Include="Content\Thumbs.db" />
|
|
|
<None Include="Content\Audio\wav\asteroid_touch.wav" />
|
|
|
<None Include="Content\Audio\wav\explosion_large.wav" />
|
|
|
<None Include="Content\Audio\wav\explosion_medium.wav" />
|