(360) Don't copy over ssnes.cfg every time during Deployment

This commit is contained in:
TwinAphex51224 2012-03-29 16:54:16 +02:00
parent 1cc8a24b3c
commit a33c610149
2 changed files with 6 additions and 26 deletions

View File

@ -123,7 +123,7 @@
</Link>
<Deploy>
<DeploymentType>CopyToHardDrive</DeploymentType>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)=$(OutDir)cfg;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<ForceCopy>true</ForceCopy>
</Deploy>
<ImageXex>
@ -160,7 +160,7 @@
<StackCommitSize>524288</StackCommitSize>
</Link>
<Deploy>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)=$(OutDir)cfg;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<ForceCopy>true</ForceCopy>
<DeploymentType>CopyToHardDrive</DeploymentType>
</Deploy>
@ -203,7 +203,7 @@
<StackCommitSize>524288</StackCommitSize>
</Link>
<Deploy>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)=$(OutDir)cfg;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<ForceCopy>true</ForceCopy>
<DeploymentType>CopyToHardDrive</DeploymentType>
</Deploy>
@ -245,7 +245,7 @@
<StackCommitSize>524288</StackCommitSize>
</Link>
<Deploy>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)=$(OutDir)cfg;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<ForceCopy>true</ForceCopy>
<DeploymentType>CopyToHardDrive</DeploymentType>
</Deploy>
@ -287,7 +287,7 @@
</Link>
<Deploy>
<DeploymentType>CopyToHardDrive</DeploymentType>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)=$(OutDir)cfg;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<ForceCopy>true</ForceCopy>
</Deploy>
<ImageXex>
@ -330,7 +330,7 @@
<ForceCopy>true</ForceCopy>
</Deploy>
<Deploy>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)=$(OutDir)cfg;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentFiles>$(RemoteRoot)=$(ImagePath);$(RemoteRoot)\media=$(OutDir)media;$(RemoteRoot)\media\shaders=$(OutDir)media\shaders</DeploymentFiles>
<DeploymentType>CopyToHardDrive</DeploymentType>
</Deploy>
<ImageXex>
@ -396,23 +396,6 @@
<Command Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">copy %(FullPath) $(OutDir)media\ssnes.ttf</Command>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\ssnes.cfg">
<FileType>Document</FileType>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">$(OutDir)cfg\ssnes.cfg;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">copy %(FullPath) $(OutDir)cfg\ssnes.cfg</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">copy %(FullPath) $(OutDir)cfg\ssnes.cfg</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">copy %(FullPath) $(OutDir)cfg\ssnes.cfg</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">$(OutDir)cfg\ssnes.cfg;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">$(OutDir)cfg\ssnes.cfg;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">$(OutDir)cfg\ssnes.cfg;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">$(OutDir)cfg\ssnes.cfg;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Xbox 360'">$(OutDir)cfg\ssnes.cfg;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">copy %(FullPath) $(OutDir)cfg\ssnes.cfg</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">copy %(FullPath) $(OutDir)cfg\ssnes.cfg</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Xbox 360'">copy %(FullPath) $(OutDir)cfg\ssnes.cfg</Command>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\360\media\ssnes_scene_skin.xui">
<FileType>Document</FileType>

View File

@ -135,9 +135,6 @@
<CustomBuild Include="..\..\360\media\ssnes.ttf">
<Filter>Source Files\media</Filter>
</CustomBuild>
<CustomBuild Include="..\..\ssnes.cfg">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="..\..\360\media\ssnes_scene_skin.xui">
<Filter>Source Files\media</Filter>
</CustomBuild>