aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-23 03:04:26 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-23 03:04:26 +0200
commit6949f8b47f6b380e5bf43f42f78b0c126b492850 (patch)
tree34953141ed4ad9c51cf45489a3f9e3cb5b9279d0 /Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
parentf0dc1fb8ce29ee676a9a6ca9414756a852e31e26 (diff)
downloadTango-6949f8b47f6b380e5bf43f42f78b0c126b492850.tar.gz
Tango-6949f8b47f6b380e5bf43f42f78b0c126b492850.zip
X1 Future
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj35
1 files changed, 33 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
index c920fdbad..f0a513cb5 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
@@ -69,6 +69,25 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'X1_Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>..\..\Build\PPC\X1_Debug\</OutputPath>
+ <DefineConstants>TRACE;DEBUG;Eureka;X1</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'X1|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>..\..\Build\PPC\X1\</OutputPath>
+ <DefineConstants>TRACE;Eureka;X1</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
@@ -659,7 +678,10 @@
<Resource Include="Images\machine-X4.png" />
<Resource Include="Images\machine-image-X4.png" />
<Resource Include="Images\update_x4.png" />
+ <Resource Include="Images\machine-image-X1.png" />
<Content Include="Intro.wmv" />
+ <Resource Include="Manifests\x1.xml" />
+ <Resource Include="Manifests\x1_debug.xml" />
<Content Include="Manifests\release.xml" />
<Content Include="Manifests\debug.xml" />
<None Include="firmware_package.tfp">
@@ -971,9 +993,12 @@ if $(ConfigurationName) == Release RD /S /Q "$(TargetDir)x86\"
if $(ConfigurationName) == Release RD /S /Q "$(TargetDir)x64\"
if $(ConfigurationName) == Eureka RD /S /Q "$(TargetDir)x86\"
if $(ConfigurationName) == Eureka RD /S /Q "$(TargetDir)x64\"
+if $(ConfigurationName) == X1 RD /S /Q "$(TargetDir)x86\"
+if $(ConfigurationName) == X1 RD /S /Q "$(TargetDir)x64\"
if $(ConfigurationName) == Release RD /S /Q "$(TargetDir)lib\"
if $(ConfigurationName) == Eureka RD /S /Q "$(TargetDir)lib\"
+if $(ConfigurationName) == X1 RD /S /Q "$(TargetDir)lib\"
copy /Y "$(SolutionDir)Referenced Assemblies\mscoree.dll" "$(TargetDir)"
copy /Y "$(SolutionDir)Referenced Assemblies\msvcp140d.dll" "$(TargetDir)"
@@ -984,19 +1009,25 @@ copy /Y "$(SolutionDir)Referenced Assemblies\Microsoft.WITDataStore32.dll" "$(Ta
if $(ConfigurationName) == Release del "$(TargetDir)firmware_package.tfp"
if $(ConfigurationName) == Eureka del "$(TargetDir)firmware_package.tfp"
+if $(ConfigurationName) == X1 del "$(TargetDir)firmware_package.tfp"
if $(ConfigurationName) == Release del *.xml
if $(ConfigurationName) == Eureka del *.xml
+if $(ConfigurationName) == X1 del *.xml
if $(ConfigurationName) == Release del WebRtc.NET.pdb
if $(ConfigurationName) == Eureka del WebRtc.NET.pdb
+if $(ConfigurationName) == X1 del WebRtc.NET.pdb
if $(ConfigurationName) == Debug copy /Y "$(TargetDir)Packages" "$(TargetDir)"
if $(ConfigurationName) == Debug "rc.exe" "$(TargetPath)" --set-version-string "Comments" "Debug Tag"
if $(ConfigurationName) == Eureka_Debug copy /Y "$(ProjectDir)Intro.wmv" "$(TargetDir)"
-if $(ConfigurationName) == Eureka copy /Y "$(ProjectDir)Intro.wmv" "$(TargetDir)"</PostBuildEvent>
+if $(ConfigurationName) == Eureka copy /Y "$(ProjectDir)Intro.wmv" "$(TargetDir)"
+if $(ConfigurationName) == X1_Debug copy /Y "$(ProjectDir)Intro.wmv" "$(TargetDir)"
+if $(ConfigurationName) == X1 copy /Y "$(ProjectDir)Intro.wmv" "$(TargetDir)"
+</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>copy /Y "$(ProjectDir)Manifests\$(ConfigurationName).xml" "$(ProjectDir)app.manifest"
@@ -1004,7 +1035,7 @@ if $(ConfigurationName) == Eureka copy /Y "$(ProjectDir)Intro.wmv" "$(TargetDir)
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
+ <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
</VisualStudio>
</ProjectExtensions>
<Import Project="..\..\packages\WPFMediaKit.2.2.0\build\WPFMediaKit.targets" Condition="Exists('..\..\packages\WPFMediaKit.2.2.0\build\WPFMediaKit.targets')" />