1
+ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2
+ <PropertyGroup>
3
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
+ <SchemaVersion>2.0</SchemaVersion>
5
+ <ProjectGuid>381456ed-a5dd-4bee-90cc-8a0d6be1a02a</ProjectGuid>
6
+ <ProjectHome>.</ProjectHome>
7
+ <StartupFile>FileFormatConverter.py</StartupFile>
8
+ <SearchPath>
9
+ </SearchPath>
10
+ <WorkingDirectory>.</WorkingDirectory>
11
+ <OutputPath>.</OutputPath>
12
+ <Name>FileFormatConverter</Name>
13
+ <RootNamespace>FileFormatConverter</RootNamespace>
14
+ <LaunchProvider>Standard Python launcher</LaunchProvider>
15
+ <CommandLineArguments>--srcfile=radkfile --srcformat=euc-jp --dstfile=radkfile.txt --dstformat=utf8</CommandLineArguments>
16
+ <EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
17
+ </PropertyGroup>
18
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
19
+ <DebugSymbols>true</DebugSymbols>
20
+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
21
+ </PropertyGroup>
22
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
23
+ <DebugSymbols>true</DebugSymbols>
24
+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
25
+ </PropertyGroup>
26
+ <ItemGroup>
27
+ <Compile Include="FileFormatConverter.py" />
28
+ </ItemGroup>
29
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
30
+ <!-- Uncomment the CoreCompile target to enable the Build command in
31
+ Visual Studio and specify your pre- and post-build commands in
32
+ the BeforeBuild and AfterBuild targets below. -->
33
+ <!--<Target Name="CoreCompile" />-->
34
+ <Target Name="BeforeBuild">
35
+ </Target>
36
+ <Target Name="AfterBuild">
37
+ </Target>
38
+ </Project>
0 commit comments